mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-03 14:22:35 +03:00
hbase: 2.5.10 -> 2.5.11, 2.6.1 -> 2.6.2 (#390403)
This commit is contained in:
commit
9c6d45c714
2 changed files with 7 additions and 4 deletions
|
@ -116,6 +116,9 @@ import ../make-test-python.nix (
|
|||
zookeeper.wait_for_unit("zookeeper")
|
||||
zookeeper.wait_for_open_port(2181)
|
||||
|
||||
# wait for HDFS cluster to be RW
|
||||
datanode.succeed("sudo -u hdfs hdfs dfsadmin -safemode wait")
|
||||
|
||||
# wait for HBase to start up
|
||||
master.wait_for_unit("hbase-master")
|
||||
regionserver.wait_for_unit("hbase-regionserver")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue