[
https://issues.apache.org/jira/browse/MAPREDUCE-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103636#comment-13103636
]
Eric Payne commented on MAPREDUCE-2874:
---------------------------------------
Thanks Arun!
From: Arun C Murthy (JIRA) <[email protected]>
> 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