【发布时间】:2017-02-12 03:18:21
【问题描述】:
以下是错误,我在创建表时遇到了错误。 错误:无法从 ZooKeeper 获取主地址; znode 数据 == null
以下是hbase-site.xml配置-
<configuration>
<property>
<name>hbase.cluster.distributed</name>
<value>true</value>
</property>
<property>
<name>hbase.rootdir</name>
<value>hdfs://127.0.0.1:8020/hadoop/supported/hbaseData</value>
</property>
<property>
<name>hbase.zookeeper.property.clientPort</name>
<value>2181</value>
<description>Property from ZooKeeper's config zoo.cfg.
The port at which the clients will connect.</description>
</property>
</configuration>
【问题讨论】:
标签: hadoop hbase apache-zookeeper