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 anything
Default
{ }
Example
{
  "hadoop.http.max.threads" = 500;
}
declared in: nixos/modules/services/cluster/hadoop/default.nixView source on NixOS/nixpkgs →