Skip to content

Commit

Permalink
update usage from hbase-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ndimiduk committed Jan 7, 2022
1 parent 7adadba commit ecb0471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbase-shell/src/main/ruby/hbase/admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def zk_dump
)
zk = @zk_wrapper.getRecoverableZooKeeper.getZooKeeper
@zk_main = org.apache.zookeeper.ZooKeeperMain.new(zk)
org.apache.hadoop.hbase.zookeeper.ZKUtil.dump(@zk_wrapper)
org.apache.hadoop.hbase.zookeeper.ZKDump.dump(@zk_wrapper)
end

#----------------------------------------------------------------------------------------------
Expand Down

0 comments on commit ecb0471

Please sign in to comment.