hduser @ ubuntu:〜/ hbase / hbase-1.1.2 / bin $ ./start-hbase.sh localhost:启动zookeeper,登录到/home/hduser/hbase/hbase-1.1.2/bin/../logs/hbase-hduser-zookeeper-ubuntu.out 启动master,登录到/home/hduser/hbase/hbase-1.1.2/logs/hbase-hduser-master-ubuntu.out 启动regionserver,登录到/home/hduser/hbase/hbase-1.1.2/logs/hbase-hduser-1-regionserver-ubuntu.out hduser @ ubuntu:〜/ hbase / hbase-1.1.2 / bin $ jps 15727 NameNode 29301 HQuorumPeer 15961 DataNode 29613 Jps 16197 SecondaryNameNode 16513 TaskTracker 16282 JobTracker hduser @ ubuntu:〜/ hbase / hbase-1.1.2 / bin $ cat /home/hduser/hbase/hbase-1.1.2/logs/hbase-hduser-master-ubuntu.out SLF4J:类路径包含多个SLF4J绑定。 SLF4J:在[jar:file:/home/hduser/hbase/hbase-1.1.2/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]中找到绑定 SLF4J:在[jar:file:/home/hduser/hadoop/lib/slf4j-log4j12-1.4.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]中找到绑定 SLF4J:有关解释,请参阅http://www.slf4j.org/codes.html#multiple_bindings。 SLF4J:实际绑定的类型为[org.slf4j.impl.Log4jLoggerFactory] hduser @ ubuntu:〜/ hbase / hbase-1.1.2 / bin $ cat /home/hduser/hbase/hbase-1.1.2/logs/hbase-hduser-1-regionserver-ubuntu.out SLF4J:类路径包含多个SLF4J绑定。 SLF4J:在[jar:file:/home/hduser/hbase/hbase-1.1.2/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]中找到绑定 SLF4J:在[jar:file:/home/hduser/hadoop/lib/slf4j-log4j12-1.4.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]中找到绑定 SLF4J:有关解释,请参阅http://www.slf4j.org/codes.html#multiple_bindings。 SLF4J:实际绑定的类型为[org.slf4j.impl.Log4jLoggerFactory]
我可以看到主服务器和区域服务器未启动。因此我无法使用hbase shell连接到hbase。
Hadoop版本 - 1.2.1 Hbase版本 - 1.1.2
答案 0 :(得分:0)
这是您面临的错误
Caused by: java.lang.UnsatisfiedLinkError: org.apache.hadoop.security.JniBasedUnixGroupsMapping.anchorNative()V
at org.apache.hadoop.security.JniBasedUnixGroupsMapping.anchorNative(Native Method)
at org.apache.hadoop.security.JniBasedUnixGroupsMapping.<clinit>(JniBasedUnixGroupsMapping.java:49)
at org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.<init>(JniBasedUnixGroupsMappingWithFallback.java:38)
问题是因为hbase1.1.2仅支持Hadoop-2.4.x +
您需要将hadoop迁移到2.4才能使其正常工作
查看此链接以获取更多详细信息https://hbase.apache.org/book.html#basic.prerequisites