hadoop: use jre8
This commit is contained in:
parent
8b8a4a1ebe
commit
d7aae610fd
@ -9996,7 +9996,9 @@ in
|
|||||||
|
|
||||||
guile = guile_2_2;
|
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_7
|
||||||
hadoop_2_8
|
hadoop_2_8
|
||||||
hadoop_2_9
|
hadoop_2_9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user