[
https://issues.apache.org/jira/browse/MAPREDUCE-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102694#comment-13102694
]
Hadoop QA commented on MAPREDUCE-2874:
--------------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12494035/MAPREDUCE-2874.2011-09-09.patch
against trunk revision .
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 6 new or modified tests.
+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 findbugs. The patch appears to introduce 1 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 .
+1 contrib tests. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/704//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/704//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-nodemanager.html
Console output:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/704//console
This message is automatically generated.
> ApplicationId printed in 2 different formats and has 2 different toString
> routines that are used
> ------------------------------------------------------------------------------------------------
>
> Key: MAPREDUCE-2874
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2874
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv2
> Affects Versions: 0.23.0
> Reporter: Thomas Graves
> Assignee: Eric Payne
> Fix For: 0.23.0
>
> Attachments: AppStringNowApplicationString.2011-09-09.PNG.jpg,
> MAPREDUCE-2874.2011-09-09.patch
>
>
> Looks like the ApplicationId is now printed in 2 different formats.
> ApplicationIdPBImpl.java has a toString routine that prints it in the format:
> return "application_" + this.getClusterTimestamp() + "_" + this.getId();
> While the webapps use
> ./hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/util/Apps.java
> toString that prints it like:
> return _join("app", id.getClusterTimestamp(), id.getId());
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira