zookeeper ships with an appropriate java now
This commit is contained in:
parent
fbb56568e9
commit
40fd74e71f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
})
|
||||
];
|
||||
image.command = [
|
||||
"${pkgs.zookeeper.override { jre = pkgs.jdk8_headless; }}/bin/zkServer.sh"
|
||||
"${pkgs.zookeeper}/bin/zkServer.sh"
|
||||
"--config"
|
||||
"${./zookeeper}"
|
||||
"start-foreground"
|
||||
|
|
Loading…
Reference in a new issue