hadoop: use jre8

This commit is contained in:
Gabriel Ebner 2020-09-19 15:48:01 +02:00
parent 8b8a4a1ebe
commit d7aae610fd

View File

@ -9996,7 +9996,9 @@ in
guile = guile_2_2;
inherit (callPackages ../applications/networking/cluster/hadoop { })
inherit (callPackages ../applications/networking/cluster/hadoop {
jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
})
hadoop_2_7
hadoop_2_8
hadoop_2_9