You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Y. SREENIVASULU REDDY (JIRA)" <ji...@apache.org> on 2015/09/04 11:36:46 UTC

[jira] [Created] (HBASE-14365) Error scanning 'labels' table in logs with exception while running bulkload, even visibility feature is disabled

Y. SREENIVASULU REDDY created HBASE-14365:
---------------------------------------------

             Summary: Error scanning 'labels' table in logs with exception while running bulkload, even visibility feature is disabled
                 Key: HBASE-14365
                 URL: https://issues.apache.org/jira/browse/HBASE-14365
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Y. SREENIVASULU REDDY
            Priority: Minor


If visibility feature is disabled, Below exception in logs during importtsv run. In case feature is disabled, No need to log the below as error. Its is bit misleading for the user.

ERROR [main] org.apache.hadoop.hbase.mapreduce.DefaultVisibilityExpressionResolver: Error scanning 'labels' table
org.apache.hadoop.hbase.TableNotFoundException: hbase:labels
        at org.apache.hadoop.hbase.client.ConnectionImplementation.locateRegionInMeta(ConnectionImplementation.java:858)
        at org.apache.hadoop.hbase.client.ConnectionImplementation.locateRegion(ConnectionImplementation.java:756)
        at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:298)
        at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:151)
        at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:1)
        at org.apache.hadoop.hbase.client.RpcRetryingCallerImpl.callWithoutRetries(RpcRetryingCallerImpl.java:184)
        at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:311)
        at org.apache.hadoop.hbase.client.ClientScanner.nextScanner(ClientScanner.java:286)
        at org.apache.hadoop.hbase.client.ClientScanner.initializeScannerInConstruction(ClientScanner.java:162)
        at org.apache.hadoop.hbase.client.ClientScanner.<init>(ClientScanner.java:155)
        at org.apache.hadoop.hbase.client.ClientSimpleScanner.<init>(ClientSimpleScanner.java:42)
        at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java:381)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)