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

Alejandro Abdelnur commented on HDFS-2658:
------------------------------------------

Run test-patch locally, it reports 2 warnings on HttpFS, which are the ones 
mentioned above and added to the javadoc count.

{code}
...
[WARNING] 
/Users/tucu/src/apache/hadoop/git/hadoop-common-project/hadoop-common/target/classes/org/apache/hadoop/fs/AbstractFileSystem.class:
 warning: Cannot find annotation method 'value()' in type 
'org.apache.hadoop.classification.InterfaceAudience.LimitedPrivate'
[WARNING] 
/Users/tucu/src/apache/hadoop/git/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] 
/Users/tucu/src/apache/hadoop/git/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.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Hadoop HDFS Project 0.24.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
...
{code}

FYI the test-patch is giving -1s because of unrelated (to HttpFS) warnings.
                
> HttpFS introduced 70 javadoc warnings
> -------------------------------------
>
>                 Key: HDFS-2658
>                 URL: https://issues.apache.org/jira/browse/HDFS-2658
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 0.24.0, 0.23.1
>            Reporter: Eli Collins
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HDFS-2658.patch
>
>
> {noformat}
> hadoop1 (trunk)$ grep warning javadoc.txt |grep -c httpfs
> 70
> {noformat}

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