You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Abraham Elmahrek (JIRA)" <ji...@apache.org> on 2014/11/17 22:48:33 UTC

[jira] [Updated] (SQOOP-1747) Sqoop2: Provide more information for Kerberos initialization exception

     [ https://issues.apache.org/jira/browse/SQOOP-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abraham Elmahrek updated SQOOP-1747:
------------------------------------
    Attachment: SQOOP-1747.0.patch

> 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
>             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)