nixos/hadoop: fix failing yarn tests

This commit is contained in:
illustris
2024-12-13 23:18:14 +05:30
parent 61dd3fdae2
commit bdd10c641e
3 changed files with 8 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ import ../make-test-python.nix (
yarn.nodemanager = {
enable = true;
openFirewall = true;
useCGroups = false;
};
yarnSite = {
"yarn.resourcemanager.hostname" = "resourcemanager";