From c82d48913f581a5c878e9f31075c23563f92b9a3 Mon Sep 17 00:00:00 2001 From: illustris Date: Sat, 8 Jan 2022 16:47:26 +0530 Subject: nixos/hadoop: add HADOOP_CONF_DIR to env --- nixos/modules/services/cluster/hadoop/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules') diff --git a/nixos/modules/services/cluster/hadoop/default.nix b/nixos/modules/services/cluster/hadoop/default.nix index a1a95fe31ca..0adedaf1906 100644 --- a/nixos/modules/services/cluster/hadoop/default.nix +++ b/nixos/modules/services/cluster/hadoop/default.nix @@ -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/"; }; }) -- cgit 1.4.1