-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hbase not in Zookeeper #10
Comments
I'm seeing the same problem, it seems that HBase isn't starting correctly owing to a configuration issue. From the hbase-vagrant-master-vagrant-hbase.log: 2015-04-04 01:02:45,729 INFO [main] util.ServerCommandLine: env:HBASE_THRIFT_OPTS= |
One person's fork uses an alternate hadoop & hbase source: This (later version?) fixes the IOException above but no we're still left with issue mentioned at the top: The node /hbase is not in ZooKeeper. Per comments on StackOverflow, the hbase-site.xml <property>
<name>zookeeper.znode.parent</name>
<value>/hbase-unsecure</value>
</property> This merely caused the same original error but now specifying /hbase-unsecure So, stymied at |
I've setup Vagrant VM as follows
git clone https://github.com/zsiciarz/vagrant-hbase.git && cd vagrant-hbase && vagrant up
vagrant provision
vagrant ssh
Then I try to create the test table and I get an error.
Any suggestions?
The text was updated successfully, but these errors were encountered: