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

Wei Yan commented on HADOOP-9848:
---------------------------------

[~szetszwo]
The two javadoc warnings are not related to this patch. 
{code}
[WARNING] 
org/apache/directory/api/ldap/model/name/Dn.class(org/apache/directory/api/ldap/model/name:Dn.class):
 warning: Cannot find annotation method
 'value()' in type 'edu.umd.cs.findbugs.annotations.SuppressWarnings': class 
file for edu.umd.cs.findbugs.annotations.SuppressWarnings not found
[WARNING] 
org/apache/directory/api/ldap/model/name/Dn.class(org/apache/directory/api/ldap/model/name:Dn.class):
 warning: Cannot find annotation method 
'justification()' in type 'edu.umd.cs.findbugs.annotations.SuppressWarnings'
{code}

This patch uses class Dn from ApacheDS, but doesn't use findbugs-annotations. 
So I don't include findbugs-annotations in this patch. Actually, if we import 
findbugs-annotations here, it would introduce javac warnings 
(https://issues.apache.org/jira/browse/HADOOP-9848?focusedCommentId=13735059&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13735059)
 because of unavailable jar package checksum.

This javadoc warnings also discussed in YARN-107, YARN-643.
                
> Create a MiniKDC for use with security testing
> ----------------------------------------------
>
>                 Key: HADOOP-9848
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9848
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: security, test
>            Reporter: Wei Yan
>            Assignee: Wei Yan
>             Fix For: 2.3.0
>
>         Attachments: HADOOP-9848.patch, HADOOP-9848.patch, HADOOP-9848.patch, 
> HADOOP-9848.patch, HADOOP-9848.patch
>
>
> Create a MiniKDC using Apache Directory Server. MiniKDC builds an embedded 
> KDC (key distribution center), and allows to create principals and keytabs on 
> the fly. MiniKDC can be integrated for Hadoop security unit testing.

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