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

Robert Joseph Evans commented on HDFS-2785:
-------------------------------------------

The following are the warning that javadocs is exposing.

{noformat}
[WARNING] 
org/apache/hadoop/fs/FileSystem.class(org/apache/hadoop/fs:FileSystem.class): 
warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate': class file 
for org.apache.hadoop.classification.InterfaceAudience not found
[WARNING] 
org/apache/hadoop/fs/FileSystem.class(org/apache/hadoop/fs:FileSystem.class): 
warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/FileSystem.class(org/apache/hadoop/fs:FileSystem.class): 
warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/security/Groups.class(org/apache/hadoop/security:Groups.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/security/UserGroupInformation.class(org/apache/hadoop/security:UserGroupInformation.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/security/UserGroupInformation.class(org/apache/hadoop/security:UserGroupInformation.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/security/UserGroupInformation.class(org/apache/hadoop/security:UserGroupInformation.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/FSDataInputStream.class(org/apache/hadoop/fs:FSDataInputStream.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/FSDataOutputStream.class(org/apache/hadoop/fs:FSDataOutputStream.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] org/apache/hadoop/fs/Path.class(org/apache/hadoop/fs:Path.class): 
warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/UnresolvedLinkException.class(org/apache/hadoop/fs:UnresolvedLinkException.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/MD5MD5CRC32FileChecksum.class(org/apache/hadoop/fs:MD5MD5CRC32FileChecksum.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/LocalDirAllocator.class(org/apache/hadoop/fs:LocalDirAllocator.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/FileContext.class(org/apache/hadoop/fs:FileContext.class): 
warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/FileContext.class(org/apache/hadoop/fs:FileContext.class): 
warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/FSOutputSummer.class(org/apache/hadoop/fs:FSOutputSummer.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/FSInputStream.class(org/apache/hadoop/fs:FSInputStream.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/FSInputChecker.class(org/apache/hadoop/fs:FSInputChecker.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] org/apache/hadoop/fs/DU.class(org/apache/hadoop/fs:DU.class): 
warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] org/apache/hadoop/fs/DF.class(org/apache/hadoop/fs:DF.class): 
warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
org/apache/hadoop/fs/AbstractFileSystem.class(org/apache/hadoop/fs:AbstractFileSystem.class):
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/HttpFSServer.java:241:
 warning - @param argument "override," is not a parameter name.
[WARNING] 
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/HttpFSServer.java:450:
 warning - @param argument "override," is not a parameter name.
{noformat}

None of these are related to any files I have modified.  I will look through 
them and file JIRAS for any ones that I cannot find a JIRA for.
                
> Update webhdfs and httpfs for host-based token support
> ------------------------------------------------------
>
>                 Key: HDFS-2785
>                 URL: https://issues.apache.org/jira/browse/HDFS-2785
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: name-node, security
>    Affects Versions: 0.24.0, 0.23.1
>            Reporter: Daryn Sharp
>            Assignee: Robert Joseph Evans
>         Attachments: HDFS-2785.txt
>
>
> Need to port 205 tokens into these filesystems.  Will mainly involve ensuring 
> code duplicated from hftp is updated accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to