MyNixOS website logo
option

services.hadoop.hdfsSiteDefault

Default options for hdfs-site.xml.

Declarations
Type
attribute set of anything
Default
{
  "dfs.namenode.http-address" = "0.0.0.0:9870";
  "dfs.namenode.http-bind-host" = "0.0.0.0";
  "dfs.namenode.rpc-bind-host" = "0.0.0.0";
  "dfs.namenode.servicerpc-bind-host" = "0.0.0.0";
}