[
https://issues.apache.org/jira/browse/SQOOP-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14215331#comment-14215331
]
Sqoop QA bot commented on SQOOP-1747:
-------------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12682005/SQOOP-1747.0.patch
against branch sqoop2.
{color:red}Overall:{color} -1 due to an error
{color:red}ERROR:{color} Patch does not add/modifny any test case
{color:green}SUCCESS:{color} Clean was successful
{color:green}SUCCESS:{color} Patch applied correctly
{color:green}SUCCESS:{color} Patch compiled
{color:green}SUCCESS:{color} All tests passed
Console output: https://builds.apache.org/job/PreCommit-SQOOP-Build/624/console
This message is automatically generated.
> 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)