nixos/hadoop: fix incorrect merging of yarnSiteInternal

This commit is contained in:
illustris
2022-05-13 10:55:16 +05:30
committed by pennae
parent ac403b83fb
commit 1285a586c5
3 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ import ../make-test-python.nix ({ package, ... }: {
enable = true;
openFirewall = true;
};
yarnSite = options.services.hadoop.yarnSite.default // {
yarnSite = {
"yarn.resourcemanager.hostname" = "resourcemanager";
"yarn.nodemanager.log-dirs" = "/tmp/userlogs";
};