Loading nixos/modules/services/cluster/hadoop/default.nix +24 −6 Original line number Diff line number Diff line Loading @@ -15,7 +15,10 @@ with lib; "fs.defaultFS" = "hdfs://localhost"; } ''; description = "Hadoop core-site.xml definition"; description = '' Hadoop core-site.xml definition <link xlink:href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/core-default.xml"/> ''; }; hdfsSite = mkOption { Loading @@ -28,7 +31,10 @@ with lib; "dfs.nameservices" = "namenode1"; } ''; description = "Hadoop hdfs-site.xml definition"; description = '' Hadoop hdfs-site.xml definition <link xlink:href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml"/> ''; }; mapredSite = mkOption { Loading @@ -44,7 +50,10 @@ with lib; "mapreduce.map.java.opts" = "-Xmx900m -XX:+UseParallelGC"; } ''; description = "Hadoop mapred-site.xml definition"; description = '' Hadoop mapred-site.xml definition <link xlink:href="https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml"/> ''; }; yarnSite = mkOption { Loading @@ -67,7 +76,10 @@ with lib; "yarn.resourcemanager.hostname" = "''${config.networking.hostName}"; } ''; description = "Hadoop yarn-site.xml definition"; description = '' Hadoop yarn-site.xml definition <link xlink:href="https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-common/yarn-default.xml"/> ''; }; httpfsSite = mkOption { Loading @@ -78,7 +90,10 @@ with lib; "hadoop.http.max.threads" = 500; } ''; description = "Hadoop httpfs-site.xml definition"; description = '' Hadoop httpfs-site.xml definition <link xlink:href="https://hadoop.apache.org/docs/current/hadoop-hdfs-httpfs/httpfs-default.html"/> ''; }; log4jProperties = mkOption { Loading @@ -103,7 +118,10 @@ with lib; "feature.terminal.enabled" = 0; } ''; description = "Yarn container-executor.cfg definition"; description = '' Yarn container-executor.cfg definition <link xlink:href="https://hadoop.apache.org/docs/r2.7.2/hadoop-yarn/hadoop-yarn-site/SecureContainer.html"/> ''; }; extraConfDirs = mkOption { Loading Loading
nixos/modules/services/cluster/hadoop/default.nix +24 −6 Original line number Diff line number Diff line Loading @@ -15,7 +15,10 @@ with lib; "fs.defaultFS" = "hdfs://localhost"; } ''; description = "Hadoop core-site.xml definition"; description = '' Hadoop core-site.xml definition <link xlink:href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/core-default.xml"/> ''; }; hdfsSite = mkOption { Loading @@ -28,7 +31,10 @@ with lib; "dfs.nameservices" = "namenode1"; } ''; description = "Hadoop hdfs-site.xml definition"; description = '' Hadoop hdfs-site.xml definition <link xlink:href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml"/> ''; }; mapredSite = mkOption { Loading @@ -44,7 +50,10 @@ with lib; "mapreduce.map.java.opts" = "-Xmx900m -XX:+UseParallelGC"; } ''; description = "Hadoop mapred-site.xml definition"; description = '' Hadoop mapred-site.xml definition <link xlink:href="https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml"/> ''; }; yarnSite = mkOption { Loading @@ -67,7 +76,10 @@ with lib; "yarn.resourcemanager.hostname" = "''${config.networking.hostName}"; } ''; description = "Hadoop yarn-site.xml definition"; description = '' Hadoop yarn-site.xml definition <link xlink:href="https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-common/yarn-default.xml"/> ''; }; httpfsSite = mkOption { Loading @@ -78,7 +90,10 @@ with lib; "hadoop.http.max.threads" = 500; } ''; description = "Hadoop httpfs-site.xml definition"; description = '' Hadoop httpfs-site.xml definition <link xlink:href="https://hadoop.apache.org/docs/current/hadoop-hdfs-httpfs/httpfs-default.html"/> ''; }; log4jProperties = mkOption { Loading @@ -103,7 +118,10 @@ with lib; "feature.terminal.enabled" = 0; } ''; description = "Yarn container-executor.cfg definition"; description = '' Yarn container-executor.cfg definition <link xlink:href="https://hadoop.apache.org/docs/r2.7.2/hadoop-yarn/hadoop-yarn-site/SecureContainer.html"/> ''; }; extraConfDirs = mkOption { Loading