Member since
07-22-2013
66
Posts
6
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
13959 | 04-29-2014 08:28 AM |
05-15-2014
09:45 AM
If you have root access you should be able to launch hbck as the hbase user via the following: sudo -u hbase hbase hbck ...
... View more
04-29-2014
08:28 AM
6 Kudos
Hello, You can access ZooKeeper via several methods, but the easiest is to use the 'hbase zkcli' command from one of the servers running an HBase service. Once in the ZooKeeper CLI, you can run 'rmr /hbase' to remove the znode. As you have found, this is a necessary step if you are removing and reinstalling HBase using the same ZooKeeper.
... View more