[
https://issues.apache.org/jira/browse/SQOOP-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14216494#comment-14216494
]
Hudson commented on SQOOP-1747:
-------------------------------
SUCCESS: Integrated in Sqoop2-hadoop200 #612 (See
[https://builds.apache.org/job/Sqoop2-hadoop200/612/])
SQOOP-1747: Sqoop2: Provide more information for Kerberos initialization
exception (jarcec:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=e2947450b25dcc722b06e8d4e8d7388c73be44df)
*
security/src/main/java/org/apache/sqoop/security/KerberosAuthenticationHandler.java
> Sqoop2: Provide more information for Kerberos initialization exception
> ----------------------------------------------------------------------
>
> Key: SQOOP-1747
> URL: https://issues.apache.org/jira/browse/SQOOP-1747
> Project: Sqoop
> Issue Type: Bug
> Components: sqoop2-server
> Affects Versions: 1.99.5
> Reporter: Abraham Elmahrek
> Assignee: Abraham Elmahrek
> Fix For: 1.99.5
>
> Attachments: SQOOP-1747.0.patch
>
>
> {code}
> throw new SqoopException(AuthenticationError.AUTH_0003);
> {code}
> Should be:
> {code}
> throw new SqoopException(AuthenticationError.AUTH_0003, ex);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)