我有三个节点,一个主节点和两个从节点(作为区域服务器运行),它说,我启动了hbase, starting master
... starting slave1
... starting slvae2
... (zookeeper正在后台运行)。现在,我做到了 jps
在每台机器上,我得到:
在主节点中:
/usr/local/hbase$ jps
19111 HMaster
19338 Jps
在从属1节点中:
/usr/local/hbase$ jps
24182 HRegionServer
24277 Jps
在从属2节点中:
/usr/local/hbase$ jps
10647 HRegionServer
10696 Jps
现在,我的问题是:在某种意义上,所有的区域服务器都正常吗?
当我启动hbase shell时,我得到以下信息:这意味着什么。。这是否意味着任何错误??我在学hbase请原谅我的问题太琐碎。。。
/usr/local/hbase$ hbase shell
2018-08-14 12:56:07,482 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/local/hbase/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 1.2.6.1, rUnknown, Sun Jun 3 23:19:26 CDT 2018
hbase(main):001:0>
在这之前我说的对吗。。我不想继续。。。如果我稍后遇到问题,请返回此错误..有人能帮我说它是否是hbase shell的正确输出。。我不明白这个词的意思 SLF4J
当我说。。 create 'test','cf'
它向我抛出以下错误:
ERROR: Can't get master address from ZooKeeper; znode data == null
1条答案
按热度按时间dzhpxtsq1#
hbase master管理整个集群。因此,您可以在网站中查看您的群集:http://master:16010/主状态。