You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2015/12/26 02:21:49 UTC

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

    [ https://issues.apache.org/jira/browse/HBASE-14365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15071776#comment-15071776 ] 

Anoop Sam John commented on HBASE-14365:
----------------------------------------

[~Bhupendra]  Can you give a new patch with test?  Then we can get this in.  Thanks

> 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
>            Assignee: Bhupendra Kumar Jain
>            Priority: Minor
>         Attachments: 0001-HBASE-14365.patch
>
>
> 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.
> {code}
> 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)
> {code}



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