You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by 子阳 <zi...@mogujie.com> on 2015/10/28 09:58:38 UTC

I need some help about hbase, thanks.

hi,
    when i executed "hbase hbck -fixAssignments -fixMeta -fixHdfsHoles”,i encountered a tip info like bellow:

$ hbase hbck -fixAssignments -fixMeta -fixHdfsHoles
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/hadoop/hbase-1.1.2/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/hadoop/hadoop-2.5.2/share/hadoop/common/lib/slf4j-log4j12-1.7.5.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]
HBaseFsck command line options: -fixAssignments -fixMeta -fixHdfsHoles
Current user hadoop does not have write perms to hdfs://mgfscluster/hbase/test123. Please rerun hbck as hdfs user

but i have been shutdown the permission check by setting the “dfs.permission” to false.

How can i solve it ? thanks.