You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "John (JIRA)" <ji...@apache.org> on 2014/06/09 16:36:01 UTC

[jira] [Commented] (SQOOP-599) Import to HBase is not working on secure cluster

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

John commented on SQOOP-599:
----------------------------

Does not work in non-security mode. Link to https://issues.apache.org/jira/browse/SQOOP-1246.

> Import to HBase is not working on secure cluster
> ------------------------------------------------
>
>                 Key: SQOOP-599
>                 URL: https://issues.apache.org/jira/browse/SQOOP-599
>             Project: Sqoop
>          Issue Type: Bug
>          Components: hbase-integration
>    Affects Versions: 1.4.2
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.4.3
>
>         Attachments: SQOOP-599.patch
>
>
> HBase import will fail on secure cluster:
> {code}
> 12/09/06 03:29:32 INFO mapred.JobClient: Task Id : attempt_201209041259_0575_m_000003_0, Status : FAILED
> java.lang.RuntimeException: SASL authentication failed. The most likely cause is missing or invalid credentials. Consider 'kinit'.
> 	at org.apache.hadoop.hbase.ipc.SecureClient$SecureConnection$1.run(SecureClient.java:242)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at javax.security.auth.Subject.doAs(Subject.java:396)
> 	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1332)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.hadoop.hbase.util.Methods.call(Methods.java:37)
> 	at org.apache.hadoop.hbase.security.User.call(User.java:586)
> 	at org.apache.hadoop.hbase.security.User.access$700(User.java:50)
> 	at org.apache.hadoop.hbase.security.User$SecureHadoopUser.runAs(User.java:440)
> 	at org.apache.hadoop.hbase.ipc.Se
> {code}



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