HBASE-25948 Remove deprecated ZK command 'rmr' in hbase-cleanup.sh (#3343)
Signed-off-by: Pankaj Kumar<pankajkumar@apache.org> (cherry picked from commit bd4c4cec1ffff527d16178cf41882d7b516dc6a3)
This commit is contained in:
parent
9beb278d8b
commit
920a9568b4
@ -98,13 +98,13 @@ execute_clean_acls() {
|
||||
clean_up() {
|
||||
case $1 in
|
||||
--cleanZk)
|
||||
execute_zk_command "rmr ${zparent}";
|
||||
execute_zk_command "deleteall ${zparent}";
|
||||
;;
|
||||
--cleanHdfs)
|
||||
execute_hdfs_command "-rm -R ${hrootdir}"
|
||||
;;
|
||||
--cleanAll)
|
||||
execute_zk_command "rmr ${zparent}";
|
||||
execute_zk_command "deleteall ${zparent}";
|
||||
execute_hdfs_command "-rm -R ${hrootdir}"
|
||||
;;
|
||||
--cleanAcls)
|
||||
|
Loading…
x
Reference in New Issue
Block a user