[
https://issues.apache.org/jira/browse/HBASE-7442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13540152#comment-13540152
]
Andrew Purtell edited comment on HBASE-7442 at 12/27/12 9:08 PM:
-----------------------------------------------------------------
Thanks for identifying the problem. We should fix this (incorrect) assumption
made in the client code. I don't have a strong opinion but I like option #1
better: for the sake of simplicity a connection is handled (and cached) the
same way whether it is to a host in the local cluster or a remote one.
was (Author: apurtell):
Thanks for identifying the problem. We should fix this (incorrect)
assumption made in the client code. I don't have a strong opinion but I like
option #1 better: for the sake of simplicity a connection to a regionserver is
handled (and cached) the same way whether it is the local cluster or remote.
> HBase remote CopyTable not working when security enabled
> --------------------------------------------------------
>
> Key: HBASE-7442
> URL: https://issues.apache.org/jira/browse/HBASE-7442
> Project: HBase
> Issue Type: Bug
> Components: IPC/RPC, mapreduce, security
> Affects Versions: 0.92.1
> Reporter: James Kinley
> Fix For: 0.96.0, 0.94.5
>
> Attachments: attempt_201212271546_0001_m_000000_0.log
>
>
> When security is enabled, HBase CopyTable fails with Kerberos exception:
> {code}
> FATAL org.apache.hadoop.ipc.SecureClient: SASL authentication failed. The
> most likely cause is missing or invalid credentials. Consider 'kinit'.
> javax.security.sasl.SaslException: GSS initiate failed [Caused by
> GSSException: No valid credentials provided (Mechanism level: Failed to find
> any Kerberos tgt)]
> {code}
> This is only when copying to remote HBase cluster (using either MRv1 or
> YARN), local copy works fine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira