[jira] [Updated] (HADOOP-8339) jenkins complaining about 16 javadoc warnings
[ https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Graves updated HADOOP-8339: -- Resolution: Fixed Fix Version/s: 3.0.0 Status: Resolved (was: Patch Available) > jenkins complaining about 16 javadoc warnings > -- > > Key: HADOOP-8339 > URL: https://issues.apache.org/jira/browse/HADOOP-8339 > Project: Hadoop Common > Issue Type: Bug > Components: build >Affects Versions: 3.0.0 >Reporter: Thomas Graves >Assignee: Robert Joseph Evans > Fix For: 3.0.0 > > Attachments: HADOOP-8339.patch, HADOOP-8339.txt, HADOOP-8339.txt, > HADOOP-8339.txt > > > See any of the mapreduce/hadoop jenkins reports recently and they all > complain about 16 javadoc warnings. > -1 javadoc. The javadoc tool appears to have generated 16 warning > messages. > Which really means there are 24 since there are 8 that are supposed to be OK. -- 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
[jira] [Updated] (HADOOP-8339) jenkins complaining about 16 javadoc warnings
[ https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans updated HADOOP-8339: Attachment: HADOOP-8339.txt I feel dumb I had a -eq when it should have been a -ne. Thanks for seeing that Tom. > jenkins complaining about 16 javadoc warnings > -- > > Key: HADOOP-8339 > URL: https://issues.apache.org/jira/browse/HADOOP-8339 > Project: Hadoop Common > Issue Type: Bug > Components: build >Affects Versions: 3.0.0 >Reporter: Thomas Graves >Assignee: Robert Joseph Evans > Attachments: HADOOP-8339.patch, HADOOP-8339.txt, HADOOP-8339.txt, > HADOOP-8339.txt > > > See any of the mapreduce/hadoop jenkins reports recently and they all > complain about 16 javadoc warnings. > -1 javadoc. The javadoc tool appears to have generated 16 warning > messages. > Which really means there are 24 since there are 8 that are supposed to be OK. -- 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
[jira] [Updated] (HADOOP-8339) jenkins complaining about 16 javadoc warnings
[ https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans updated HADOOP-8339: Attachment: HADOOP-8339.txt Oops I forgot to remove a shortcut I added for testing. This patch should be good. > jenkins complaining about 16 javadoc warnings > -- > > Key: HADOOP-8339 > URL: https://issues.apache.org/jira/browse/HADOOP-8339 > Project: Hadoop Common > Issue Type: Bug > Components: build >Affects Versions: 3.0.0 >Reporter: Thomas Graves >Assignee: Robert Joseph Evans > Attachments: HADOOP-8339.patch, HADOOP-8339.txt, HADOOP-8339.txt > > > See any of the mapreduce/hadoop jenkins reports recently and they all > complain about 16 javadoc warnings. > -1 javadoc. The javadoc tool appears to have generated 16 warning > messages. > Which really means there are 24 since there are 8 that are supposed to be OK. -- 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
[jira] [Updated] (HADOOP-8339) jenkins complaining about 16 javadoc warnings
[ https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans updated HADOOP-8339: Status: Patch Available (was: Open) > jenkins complaining about 16 javadoc warnings > -- > > Key: HADOOP-8339 > URL: https://issues.apache.org/jira/browse/HADOOP-8339 > Project: Hadoop Common > Issue Type: Bug > Components: build >Affects Versions: 3.0.0 >Reporter: Thomas Graves >Assignee: Robert Joseph Evans > Attachments: HADOOP-8339.patch, HADOOP-8339.txt > > > See any of the mapreduce/hadoop jenkins reports recently and they all > complain about 16 javadoc warnings. > -1 javadoc. The javadoc tool appears to have generated 16 warning > messages. > Which really means there are 24 since there are 8 that are supposed to be OK. -- 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
[jira] [Updated] (HADOOP-8339) jenkins complaining about 16 javadoc warnings
[ https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans updated HADOOP-8339: Attachment: HADOOP-8339.txt This is really just a copy of Tom White's patch with the 6 allowable javadoc warnings set, and and -eq instead of a -gt. All I really did was test this. > jenkins complaining about 16 javadoc warnings > -- > > Key: HADOOP-8339 > URL: https://issues.apache.org/jira/browse/HADOOP-8339 > Project: Hadoop Common > Issue Type: Bug > Components: build >Affects Versions: 3.0.0 >Reporter: Thomas Graves >Assignee: Robert Joseph Evans > Attachments: HADOOP-8339.patch, HADOOP-8339.txt > > > See any of the mapreduce/hadoop jenkins reports recently and they all > complain about 16 javadoc warnings. > -1 javadoc. The javadoc tool appears to have generated 16 warning > messages. > Which really means there are 24 since there are 8 that are supposed to be OK. -- 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
[jira] [Updated] (HADOOP-8339) jenkins complaining about 16 javadoc warnings
[ https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-8339: -- Attachment: HADOOP-8339.patch I had a look at this earlier - here's the patch I came up with. Note that we can remove all but the top-level test-patch.properties. Also, we still need to record the allowed number of javadoc warnings (6) since the ones resulting from use of com.sun packages cannot be easily suppressed. > jenkins complaining about 16 javadoc warnings > -- > > Key: HADOOP-8339 > URL: https://issues.apache.org/jira/browse/HADOOP-8339 > Project: Hadoop Common > Issue Type: Bug > Components: build >Affects Versions: 3.0.0 >Reporter: Thomas Graves >Assignee: Robert Joseph Evans > Attachments: HADOOP-8339.patch > > > See any of the mapreduce/hadoop jenkins reports recently and they all > complain about 16 javadoc warnings. > -1 javadoc. The javadoc tool appears to have generated 16 warning > messages. > Which really means there are 24 since there are 8 that are supposed to be OK. -- 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