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

Liu Shaohui commented on HBASE-10692:
-------------------------------------

[~apurtell]
Thanks for your advice. 
But i found some conflicts in the code. 
RpcServer line #1455
{code}
          if (isSecurityEnabled && authMethod == AuthMethod.SIMPLE) {
            AccessControlException ae = new 
AccessControlException("Authentication is required");
            setupResponse(authFailedResponse, authFailedCall, ae, 
ae.getMessage());
            responder.doRespond(authFailedCall);
            throw ae;
          }
{code}
It seems that authMethod can not be SIMPLE when security is enabled


> The Multi TableMap job don't support the security HBase cluster
> ---------------------------------------------------------------
>
>                 Key: HBASE-10692
>                 URL: https://issues.apache.org/jira/browse/HBASE-10692
>             Project: HBase
>          Issue Type: Bug
>          Components: mapreduce
>            Reporter: Liu Shaohui
>            Assignee: Liu Shaohui
>            Priority: Minor
>         Attachments: HBASE-10692-0.94-v1.diff, HBASE-10692-trunk-v1.diff, 
> HBASE-10692-trunk-v2.diff
>
>
> HBASE-3996 adds the support of multiple tables and scanners as input to the 
> mapper in map/reduce jobs. But it don't support the security HBase cluster.
> [~erank] [~bbaugher]
> Ps: HBASE-3996 only support multiple tables from the same HBase cluster. 
> Should we support multiple tables from the different clusters?



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to