services.hadoop.coreSite

NixOS option

Hadoop core-site.xml definition https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/core-default.xml

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