[jira] [Commented] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-17 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-4005:
---

Integrated in Hadoop-Mapreduce-trunk #1022 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1022/])
MAPREDUCE-4005. Fixes broken AM container logs URL on ResourceManager 
Application Info page. (Contributed by Jason Lowe) (Revision 1301691)

 Result = SUCCESS
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1301691
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesApps.java


> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Fix For: 0.23.2
>
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-17 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-4005:
---

Integrated in Hadoop-Mapreduce-0.23-Build #228 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/228/])
merge MAPREDUCE-4005 from trunk (Revision 1301693)

 Result = FAILURE
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1301693
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesApps.java


> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Fix For: 0.23.2
>
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-17 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-4005:
---

Integrated in Hadoop-Hdfs-0.23-Build #200 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/200/])
merge MAPREDUCE-4005 from trunk (Revision 1301693)

 Result = SUCCESS
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1301693
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesApps.java


> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Fix For: 0.23.2
>
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-17 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-4005:
---

Integrated in Hadoop-Hdfs-trunk #987 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/987/])
MAPREDUCE-4005. Fixes broken AM container logs URL on ResourceManager 
Application Info page. (Contributed by Jason Lowe) (Revision 1301691)

 Result = SUCCESS
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1301691
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesApps.java


> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Fix For: 0.23.2
>
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-16 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-4005:
---

Integrated in Hadoop-Mapreduce-0.23-Commit #704 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/704/])
merge MAPREDUCE-4005 from trunk (Revision 1301693)

 Result = ABORTED
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1301693
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesApps.java


> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Fix For: 0.23.2
>
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-16 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-4005:
---

Integrated in Hadoop-Mapreduce-trunk-Commit #1900 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1900/])
MAPREDUCE-4005. Fixes broken AM container logs URL on ResourceManager 
Application Info page. (Contributed by Jason Lowe) (Revision 1301691)

 Result = ABORTED
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1301691
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesApps.java


> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Fix For: 0.23.2
>
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-16 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-4005:
---

Integrated in Hadoop-Hdfs-trunk-Commit #1966 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1966/])
MAPREDUCE-4005. Fixes broken AM container logs URL on ResourceManager 
Application Info page. (Contributed by Jason Lowe) (Revision 1301691)

 Result = SUCCESS
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1301691
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesApps.java


> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Fix For: 0.23.2
>
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-16 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-4005:
---

Integrated in Hadoop-Common-trunk-Commit #1892 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1892/])
MAPREDUCE-4005. Fixes broken AM container logs URL on ResourceManager 
Application Info page. (Contributed by Jason Lowe) (Revision 1301691)

 Result = SUCCESS
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1301691
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesApps.java


> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Fix For: 0.23.2
>
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-16 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-4005:
---

Integrated in Hadoop-Hdfs-0.23-Commit #687 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/687/])
merge MAPREDUCE-4005 from trunk (Revision 1301693)

 Result = SUCCESS
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1301693
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesApps.java


> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Fix For: 0.23.2
>
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-16 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-4005:
---

Integrated in Hadoop-Common-0.23-Commit #696 (See 
[https://builds.apache.org/job/Hadoop-Common-0.23-Commit/696/])
merge MAPREDUCE-4005 from trunk (Revision 1301693)

 Result = SUCCESS
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1301693
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesApps.java


> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Fix For: 0.23.2
>
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-16 Thread Siddharth Seth (Commented) (JIRA)

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

Siddharth Seth commented on MAPREDUCE-4005:
---

+1. Looks good.

> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-14 Thread Jason Lowe (Commented) (JIRA)

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

Jason Lowe commented on MAPREDUCE-4005:
---

Turns out this is failing on trunk without these changes, and I didn't see it 
because git was lagging behind the svn repository.  Filed MAPREDUCE-4010.

> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-14 Thread Jason Lowe (Commented) (JIRA)

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

Jason Lowe commented on MAPREDUCE-4005:
---

Test failure appears to be unrelated.  I am unable to reproduce the test 
failure even after merging up to latest on trunk.

> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

--
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] (MAPREDUCE-4005) AM container logs URL is broken for completed apps when log aggregation is enabled

2012-03-14 Thread Hadoop QA (Commented) (JIRA)

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

Hadoop QA commented on MAPREDUCE-4005:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12518352/MAPREDUCE-4005.patch
  against trunk revision .

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

+1 tests included.  The patch appears to include 3 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 eclipse:eclipse.  The patch built with eclipse:eclipse.

+1 findbugs.  The patch does not introduce any 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 failed these unit tests:
  org.apache.hadoop.mapred.TestWritableJobConf

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

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2052//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2052//console

This message is automatically generated.

> AM container logs URL is broken for completed apps when log aggregation is 
> enabled
> --
>
> Key: MAPREDUCE-4005
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4005
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 0.23.2
>Reporter: Jason Lowe
>Assignee: Jason Lowe
> Attachments: MAPREDUCE-4005.patch
>
>
> With log aggregation enabled and yarn.log.server.url pointing to the job 
> history server, the AM container logs URL for a completed application fails 
> with the error "Cannot get container logs without an app owner".  Looking at 
> the code in the nodemanager to handle redirects to the log server, it appears 
> the AM container log URL is missing a user name for the job.  I verified that 
> tacking on the app's user name after the AM container log URL reported by the 
> RM works.

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