I am going to try hbase in local, I did start one zk server,when I try to create a table like this:
create 'table', 'col'
error:
ERROR [main] client.ConnectionManager$HConnectionImplementation: The node /hbase-unsecure is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
and: I think maybe it has something to do with the hbase-site.xml here is :
<configuration>
<property>
<name>hbase.rootdir</name>
<value>file:////Users/zhaiyi/Documents/apache-hadoop/hbase</value>
</property>
<property>
<name>>hbase.zookeeper.property.dataDir</name>
<value>/Users/zhaiyi/Documents/zookeeper/server1/zookeeper-3.5.1-alpha </value>
</property>
<property>
<name>zookeeper.znode.parent</name>
<value>/hbase-unsecure</value>
</property>
</configuration>
It doesn`t work, ask for help!! thanks!!
ps: hbase-1.1.2 & hadoop-2.6.3