nixos/hadoop: add HADOOP_CONF_DIR to env
This commit is contained in:
parent
0f97c9ae82
commit
c82d48913f
1 changed files with 1 additions and 0 deletions
|
@ -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/";
|
||||
};
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue