nixos/hadoop: add HADOOP_CONF_DIR to env

This commit is contained in:
illustris 2022-01-08 16:47:26 +05:30
parent 0f97c9ae82
commit c82d48913f

View File

@ -169,6 +169,7 @@ with lib;
etc."hadoop-conf".source = let
hadoopConf = "${import ./conf.nix { inherit cfg pkgs lib; }}/";
in "${hadoopConf}";
variables.HADOOP_CONF_DIR = "/etc/hadoop-conf/";
};
})