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

Kai Zheng commented on HADOOP-9942:
-----------------------------------

Alejandro, the cause is the Logger was loaded from apacheds-all-2.0.0-M15.jar, 
instead of log4j jar, which was unexpected. To resolve it, I adjusted the 
dependency order in the pom.xml, placing hadoop-minikdc as the last one. 

By the way, introducing apacheds-all-2.0.0-M15.jar as we did when coming up 
hadoop-minikdc is reasonable, since the scope is just limited to test. I don't 
think we have better approach for now, like more compact jar for the ApacheDS 
KDC.
                
> Adding keytab login test for UGI using MiniKdc
> ----------------------------------------------
>
>                 Key: HADOOP-9942
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9942
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: security
>            Reporter: Kai Zheng
>            Assignee: Kai Zheng
>            Priority: Minor
>         Attachments: HADOOP-9942.patch, HADOOP-9942-v2.patch
>
>
> This will add a keytab login test for UGI by using MiniKdc.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to