Abraham Elmahrek created SQOOP-1747:
---------------------------------------
Summary: 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
{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)