【发布时间】:2012-02-22 10:59:22
【问题描述】:
我在Hadoop 1.0.0 上安装了HBase 0.92,它在全分布式模式下运行良好,但不断出现烦人的警告。我怎样才能摆脱它?
.......
hbase(main):001:0> status
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/opt/hbase-0.92.0/lib/slf4j-log4j12-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/opt/hadoop-1.0.0/lib/slf4j-log4j12-1.4.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
3 servers, 0 dead, 0.6667 average load
.......
附:我没有在hbase-env.sh 中设置$CLASSPATH 变量。我用start-all.sh 运行Hadoop,然后用start-hbase.sh 启动HBase。
【问题讨论】: