On Sun, Feb 19, 2012 at 10:30 PM, Lin Wan <[email protected]> wrote: > Hi all, > I installed HBase 0.92 on Hadoop 1.0.0 and it works okey, but some warning > boring me. How to solve it? > ....... > 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] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > explanation. > 3 servers, 0 dead, 0.6667 average load > ....... > > 2012-02-20 > ----------- > Eric >
How have you set your CLASSPATH? You have hadoop on the hbase CLASSPATH? Try removing one of the slf4js. St.Ack
