services.hadoop.hdfsSite

NixOS option

Additional options and overrides for hdfs-site.xml https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml

type: attribute set of anything
Default
{ }
Example
{
  "dfs.nameservices" = "namenode1";
}
declared in: nixos/modules/services/cluster/hadoop/default.nixView source on NixOS/nixpkgs →