services.hadoop.httpfsSite
NixOS option
Hadoop httpfs-site.xml definition https://hadoop.apache.org/docs/current/hadoop-hdfs-httpfs/httpfs-default.html
type: attribute set of anythingDefault
{ }Example
declared in: nixos/modules/services/cluster/hadoop/default.nixView source on NixOS/nixpkgs →{
"hadoop.http.max.threads" = 500;
}