nixos/hadoop: fix failing hdfs test

This commit is contained in:
illustris 2024-12-13 23:20:27 +05:30
parent bdd10c641e
commit b1e4a232f4
No known key found for this signature in database
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -36,6 +36,7 @@ import ../make-test-python.nix (
datanode =
{ pkgs, ... }:
{
virtualisation.diskSize = 4096;
services.hadoop = {
inherit package;
hdfs.datanode = {