[jira] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-09 Thread Tsz Wo (Nicholas), SZE (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13271652#comment-13271652
 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-8339:


We got a funny -1 javadoc. The javadoc tool appears to have generated -2 
warning messages. in 
[HDFS-3369|https://issues.apache.org/jira/browse/HDFS-3369?focusedCommentId=13271545page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13271545].
  :)  What to do in order to fix it?

 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-09 Thread Robert Joseph Evans (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13271687#comment-13271687
 ] 

Robert Joseph Evans commented on HADOOP-8339:
-

@Nicholas,

Well I really don't know for sure what caused this, but the difference in the 
javadoc warnings are the following two lines are missing in HDFS-3369.

{noformat}
[WARNING] 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/XmlEditsVisitor.java:32:
 warning: com.sun.org.apache.xml.internal.serialize.OutputFormat is Sun 
proprietary API and may be removed in a future release
[WARNING] 
/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/XmlEditsVisitor.java:33:
 warning: com.sun.org.apache.xml.internal.serialize.XMLSerializer is Sun 
proprietary API and may be removed in a future release
{noformat}

The patch does not look like it did anything to fix the issues, so I really 
don't know why the disappeared.  HADOOP-8344 should hopefully help with this 
issue.

 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-09 Thread Tsz Wo (Nicholas), SZE (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13271719#comment-13271719
 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-8339:


There are compilation errors in HDFS-3369.  The javadoc check may be confused 
by them.

BTW, I think test-patch should stop immediately once it has found compilation 
errors.  It was the behavior previously if I remember correctly.

 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-09 Thread Robert Joseph Evans (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13271732#comment-13271732
 ] 

Robert Joseph Evans commented on HADOOP-8339:
-

I agree that test-patch should stop on compilation errors.  +1 for that.

 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-09 Thread Tsz Wo (Nicholas), SZE (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13271743#comment-13271743
 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-8339:


I filed HADOOP-8375.

 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266531#comment-13266531
 ] 

Hudson commented on HADOOP-8339:


Integrated in Hadoop-Hdfs-trunk #1032 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1032/])
HADOOP-8339. jenkins complaining about 16 javadoc warnings (Tom White and 
Robert Evans via tgraves) (Revision 1332853)

 Result = FAILURE
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332853
Files : 
* /hadoop/common/trunk/dev-support/test-patch.properties
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/dev-support/test-patch.properties
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/FenceMethod.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/HAServiceProtocol.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/resources/test-patch.properties
* /hadoop/common/trunk/hadoop-hdfs-project/dev-support/test-patch.properties
* 
/hadoop/common/trunk/hadoop-mapreduce-project/dev-support/test-patch.properties
* 
/hadoop/common/trunk/hadoop-tools/hadoop-extras/src/main/java/org/apache/hadoop/mapred/tools/package-info.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/CurrentJHParser.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/LoggedTaskAttempt.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/datatypes/util/MapReduceJobPropertiesParser.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/package-info.java


 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266549#comment-13266549
 ] 

Hudson commented on HADOOP-8339:


Integrated in Hadoop-Mapreduce-trunk #1067 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1067/])
HADOOP-8339. jenkins complaining about 16 javadoc warnings (Tom White and 
Robert Evans via tgraves) (Revision 1332853)

 Result = FAILURE
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332853
Files : 
* /hadoop/common/trunk/dev-support/test-patch.properties
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/dev-support/test-patch.properties
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/FenceMethod.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/HAServiceProtocol.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/resources/test-patch.properties
* /hadoop/common/trunk/hadoop-hdfs-project/dev-support/test-patch.properties
* 
/hadoop/common/trunk/hadoop-mapreduce-project/dev-support/test-patch.properties
* 
/hadoop/common/trunk/hadoop-tools/hadoop-extras/src/main/java/org/apache/hadoop/mapred/tools/package-info.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/CurrentJHParser.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/LoggedTaskAttempt.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/datatypes/util/MapReduceJobPropertiesParser.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/package-info.java


 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-01 Thread Thomas Graves (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265955#comment-13265955
 ] 

Thomas Graves commented on HADOOP-8339:
---

It looks like the test-patch.properties file at the top level /dev-support 
needs to be updated to take into account each sub project.  6 of the warnings 
are from rumen, which never got built before.

Also the sub-project test-patch.properties need to be udpated too as common and 
hdfs have more then its actually generating.

 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

 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-01 Thread Jonathan Eagles (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265996#comment-13265996
 ] 

Jonathan Eagles commented on HADOOP-8339:
-

Minor thought. Can the greater-than check for warnings be changed to 
not-equal-to? This will give us better visibility, for example, when javadoc 
warnings are reduced in code but not in the properties file.

 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




[jira] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266034#comment-13266034
 ] 

Hadoop QA commented on HADOOP-8339:
---

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12525204/HADOOP-8339.txt
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 1 new or modified test 
files.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 eclipse:eclipse.  The patch built with eclipse:eclipse.

-1 findbugs.  The patch appears to introduce 10 new Findbugs (version 
1.3.9) warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

+1 core tests.  The patch passed unit tests in 
hadoop-common-project/hadoop-common hadoop-tools/hadoop-extras 
hadoop-tools/hadoop-rumen.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/913//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/913//artifact/trunk/trunk/patchprocess/newPatchFindbugsWarningshadoop-rumen.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/913//artifact/trunk/trunk/patchprocess/newPatchFindbugsWarningshadoop-extras.html
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/913//console

This message is automatically generated.

 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266065#comment-13266065
 ] 

Hadoop QA commented on HADOOP-8339:
---

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12525206/HADOOP-8339.txt
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 1 new or modified test 
files.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 eclipse:eclipse.  The patch built with eclipse:eclipse.

-1 findbugs.  The patch appears to introduce 10 new Findbugs (version 
1.3.9) warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

+1 core tests.  The patch passed unit tests in 
hadoop-common-project/hadoop-common hadoop-tools/hadoop-extras 
hadoop-tools/hadoop-rumen.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/914//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/914//artifact/trunk/trunk/patchprocess/newPatchFindbugsWarningshadoop-rumen.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/914//artifact/trunk/trunk/patchprocess/newPatchFindbugsWarningshadoop-extras.html
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/914//console

This message is automatically generated.

 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-01 Thread Tom White (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266079#comment-13266079
 ] 

Tom White commented on HADOOP-8339:
---

Robert - your latest change looks good to me.

 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-01 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266107#comment-13266107
 ] 

Hadoop QA commented on HADOOP-8339:
---

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12525215/HADOOP-8339.txt
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 1 new or modified test 
files.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 eclipse:eclipse.  The patch built with eclipse:eclipse.

-1 findbugs.  The patch appears to introduce 10 new Findbugs (version 
1.3.9) warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

+1 core tests.  The patch passed unit tests in 
hadoop-common-project/hadoop-common hadoop-tools/hadoop-extras 
hadoop-tools/hadoop-rumen.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/916//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/916//artifact/trunk/trunk/patchprocess/newPatchFindbugsWarningshadoop-rumen.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/916//artifact/trunk/trunk/patchprocess/newPatchFindbugsWarningshadoop-extras.html
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/916//console

This message is automatically generated.

 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-01 Thread Thomas Graves (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266148#comment-13266148
 ] 

Thomas Graves commented on HADOOP-8339:
---

+1 lgtm. I see the findbugs will be handled by HADOOP-8341.  Thanks Bobby and 
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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266174#comment-13266174
 ] 

Hudson commented on HADOOP-8339:


Integrated in Hadoop-Hdfs-trunk-Commit #2244 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2244/])
HADOOP-8339. jenkins complaining about 16 javadoc warnings (Tom White and 
Robert Evans via tgraves) (Revision 1332853)

 Result = SUCCESS
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332853
Files : 
* /hadoop/common/trunk/dev-support/test-patch.properties
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/dev-support/test-patch.properties
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/FenceMethod.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/HAServiceProtocol.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/resources/test-patch.properties
* /hadoop/common/trunk/hadoop-hdfs-project/dev-support/test-patch.properties
* 
/hadoop/common/trunk/hadoop-mapreduce-project/dev-support/test-patch.properties
* 
/hadoop/common/trunk/hadoop-tools/hadoop-extras/src/main/java/org/apache/hadoop/mapred/tools/package-info.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/CurrentJHParser.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/LoggedTaskAttempt.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/datatypes/util/MapReduceJobPropertiesParser.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/package-info.java


 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266181#comment-13266181
 ] 

Hudson commented on HADOOP-8339:


Integrated in Hadoop-Common-trunk-Commit #2170 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2170/])
HADOOP-8339. jenkins complaining about 16 javadoc warnings (Tom White and 
Robert Evans via tgraves) (Revision 1332853)

 Result = SUCCESS
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332853
Files : 
* /hadoop/common/trunk/dev-support/test-patch.properties
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/dev-support/test-patch.properties
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/FenceMethod.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/HAServiceProtocol.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/resources/test-patch.properties
* /hadoop/common/trunk/hadoop-hdfs-project/dev-support/test-patch.properties
* 
/hadoop/common/trunk/hadoop-mapreduce-project/dev-support/test-patch.properties
* 
/hadoop/common/trunk/hadoop-tools/hadoop-extras/src/main/java/org/apache/hadoop/mapred/tools/package-info.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/CurrentJHParser.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/LoggedTaskAttempt.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/datatypes/util/MapReduceJobPropertiesParser.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/package-info.java


 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] [Commented] (HADOOP-8339) jenkins complaining about 16 javadoc warnings

2012-05-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266220#comment-13266220
 ] 

Hudson commented on HADOOP-8339:


Integrated in Hadoop-Mapreduce-trunk-Commit #2186 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2186/])
HADOOP-8339. jenkins complaining about 16 javadoc warnings (Tom White and 
Robert Evans via tgraves) (Revision 1332853)

 Result = FAILURE
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1332853
Files : 
* /hadoop/common/trunk/dev-support/test-patch.properties
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/dev-support/test-patch.properties
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/FenceMethod.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/HAServiceProtocol.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/resources/test-patch.properties
* /hadoop/common/trunk/hadoop-hdfs-project/dev-support/test-patch.properties
* 
/hadoop/common/trunk/hadoop-mapreduce-project/dev-support/test-patch.properties
* 
/hadoop/common/trunk/hadoop-tools/hadoop-extras/src/main/java/org/apache/hadoop/mapred/tools/package-info.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/CurrentJHParser.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/LoggedTaskAttempt.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/datatypes/util/MapReduceJobPropertiesParser.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/package-info.java


 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