【发布时间】:2014-12-08 03:37:09
【问题描述】:
我是 HBase 新手。我在 2 台机器上运行 HBase 集群(一台机器上的 1 个主服务器和第二台机器上的 1 个区域服务器)。
当我使用以下命令启动 hbase shell 时:
bin/hbase shell
我使用以下语法创建了一个表:
create 't1', 'f1'
我收到以下错误:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/hduser/hbase-0.98.8-hadoop2/lib/slf4j-log4j12- 1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/local/hadoop/hadoop-1.0.4/lib/slf4j-log4j12-1.4.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
ERROR: org.apache.hadoop.security.JniBasedUnixGroupsMapping.anchorNative()V
我使用的是 HBase 版本 0.98.8-hadoop2,而我的 Hadoop 版本是 Hadoop 1.0.4。我在 Ubuntu 虚拟机上运行它。
【问题讨论】:
标签: hadoop hbase cluster-computing