[jira] [Commented] (MAPREDUCE-3299) Add AMInfo table to the AM job page

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

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

Hadoop QA commented on MAPREDUCE-3299:
--

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

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

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

+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 passed unit tests in .

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

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

This message is automatically generated.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0, 0.23.1, 0.24.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-05 Thread Thomas Graves (Commented) (JIRA)

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

Thomas Graves commented on MAPREDUCE-3299:
--

I think this information should also be made available via the web service call 
- something like /mapreduce/jobs/{jobid}/attempts.   This is fairly simple and 
already implemented in the history server if you look at 
/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java,
 HsJobBlock, and HsWebServices.  We could file a separate jira too.  

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0, 0.23.1, 0.24.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-05 Thread Arun C Murthy (Commented) (JIRA)

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

Arun C Murthy commented on MAPREDUCE-3299:
--

Good point Thomas. Jon, if you don't mind, I'd rather do it as part of this 
jira... 

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-05 Thread Hadoop QA (Commented) (JIRA)

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

Hadoop QA commented on MAPREDUCE-3299:
--

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

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

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

+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 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 failed these unit tests:
  
org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.TestContainersMonitor

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

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1547//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1547//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-app.html
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1547//console

This message is automatically generated.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-05 Thread Jonathan Eagles (Commented) (JIRA)

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

Jonathan Eagles commented on MAPREDUCE-3299:


Thanks for taking a looks guys. Will add this as part of this JIRA so they 
don't get out of sync.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-06 Thread Hadoop QA (Commented) (JIRA)

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

Hadoop QA commented on MAPREDUCE-3299:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12509691/MAPREDUCE-3299.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 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/1555//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1555//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-app.html
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1555//console

This message is automatically generated.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-06 Thread Jonathan Eagles (Commented) (JIRA)

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

Jonathan Eagles commented on MAPREDUCE-3299:


Findbugs "ContainerRemoteLaunchEvent defines equals but not hashCode" is 
pre-existing

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-06 Thread Thomas Graves (Commented) (JIRA)

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

Thomas Graves commented on MAPREDUCE-3299:
--

Downloaded and tested,a couple comments:

- the webservice output for logs link is coming out funny (missing http:/):
 "logsLink" : 
"/host.com:/node/containerlogs/container_1325883370639_0003_01_01",
I think you want to add http:// in the AMAttemptInfo and remove it from the 
JobBlock.

- there is new helper routine in AMWebServices to get the job and handle error 
checking -  Job job = getJobFromJobIdString(jid, appCtx);
- JAXBContextResolver.java - wrap line to 80 characters long
- checkout the newest revision of AMAttemptInfo, it has a couple extra null 
checks.

I'll add the api docs for this under MAPREDUCE-3549.


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-06 Thread Hadoop QA (Commented) (JIRA)

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

Hadoop QA commented on MAPREDUCE-3299:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12509735/MAPREDUCE-3299.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 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/1560//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1560//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-app.html
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1560//console

This message is automatically generated.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-06 Thread Jonathan Eagles (Commented) (JIRA)

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

Jonathan Eagles commented on MAPREDUCE-3299:


Findbugs warning is unrelated to this patch.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-09 Thread Thomas Graves (Commented) (JIRA)

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

Thomas Graves commented on MAPREDUCE-3299:
--

Hey Jon, 

It looks like there is a pre-existing bug (that I introduced) in the HS 
attempts code that you picked up when you copied it over.  The nodeId has the 
wrong port.  It has the http port instead of the normal node manager port 
(should be using getNodeManagerPort()).  Would you mind fixing both of those 
(app master and history server) here?  Otherwise we can file a separate jira 
for the HS stuff.

Everything else looks good.

Thanks.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-09 Thread Hadoop QA (Commented) (JIRA)

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

Hadoop QA commented on MAPREDUCE-3299:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12509926/MAPREDUCE-3299.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 eclipse:eclipse.  The patch built with eclipse:eclipse.

-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/1569//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1569//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-app.html
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1569//console

This message is automatically generated.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-09 Thread Jonathan Eagles (Commented) (JIRA)

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

Jonathan Eagles commented on MAPREDUCE-3299:


Findbugs "ContainerRemoteLaunchEvent defines equals but not hashCode" is 
pre-existing and not related to this patch

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-09 Thread Thomas Graves (Commented) (JIRA)

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

Thomas Graves commented on MAPREDUCE-3299:
--

+1 lgtm

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-09 Thread Thomas Graves (Commented) (JIRA)

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

Thomas Graves commented on MAPREDUCE-3299:
--

Can you explain why its confusing?  To get task attempts you go to 
/jobs/{jobid}/tasks/{taskid}/attempts. The way REST apis work is generally you 
have a resource and then you would have everything that applies/owned by that 
resource. In this case the resource is a job and you are getting the job 
attempts.  a job also has tasks, which also have attempts which is where you 
get /jobs/{jobid}/tasks/{taskid}/attempts.  There are other job things like 
/jobs/{jobid}/counters/, jobs/{jobid}/conf, would you prefer those have job in 
front of them also?

Note - I have no strong objects to changing, just want to understand and 
perhaps see if same things applies elsewhere.


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-09 Thread Jonathan Eagles (Commented) (JIRA)

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

Jonathan Eagles commented on MAPREDUCE-3299:


Good point, Vinod. I would prefer to file a separate JIRA to make common 
between AM and JHS, which will better address a bigger code redundencies. I 
feel the same as Thomas as far as webservice path is concerned.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-09 Thread Vinod Kumar Vavilapalli (Commented) (JIRA)

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

Vinod Kumar Vavilapalli commented on MAPREDUCE-3299:


+1 for fixing the duplication separately.

I asked a couple of MR people what _"/jobs/{jobid}/attempts"_ would mean 
(without giving off the context), and in both cases I got the reply as a list 
of all taskAttempts in the job. Attempts in MR context overwhelmingly mean the 
TaskAttempts, that is also the reason why we've been calling 
ApplicationAttempts explicitly like that. I'd prefer moving to jobattempts. 
Again I am not suggesting a change in the path, just a rename, it can still be 
under /jobs/{jobid}/ and rightly so.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Thomas Graves (Commented) (JIRA)

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

Thomas Graves commented on MAPREDUCE-3299:
--

Ok, we should change both the history server and app master paths then to keep 
them consistent. 

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Vinod Kumar Vavilapalli (Commented) (JIRA)

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

Vinod Kumar Vavilapalli commented on MAPREDUCE-3299:


bq. Ok, we should change both the history server and app master paths then to 
keep them consistent.
Thanks Thomas.

This is close to commit but for the path rename. I was about to make the change 
myself and then push it in, but then was concerned with me missing something. 
Jon, can you quickly change this so that we can get this in? Thanks!

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Jonathan Eagles (Commented) (JIRA)

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

Jonathan Eagles commented on MAPREDUCE-3299:


Work in progress

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Jonathan Eagles (Commented) (JIRA)

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

Jonathan Eagles commented on MAPREDUCE-3299:


Addressed JHS and AM uri rest api from jobs/{jobid}/attempts to 
jobs/{jobid}/jobattempts. Went ahead and changed the JSON and XML element names 
from attempts and attempt to jobAttempts and jobAttempts to be consistent with 
taskAttempts and taskAttempt.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Vinod Kumar Vavilapalli (Commented) (JIRA)

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

Vinod Kumar Vavilapalli commented on MAPREDUCE-3299:


Thanks a lot Jon! The latest patch looks good, +1.

Will commit it once Jenkins gives its blessings.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Hadoop QA (Commented) (JIRA)

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

Hadoop QA commented on MAPREDUCE-3299:
--

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12510105/MAPREDUCE-3299.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 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 passed unit tests in .

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

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

This message is automatically generated.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-3299:
---

Integrated in Hadoop-Hdfs-0.23-Commit #351 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/351/])
MAPREDUCE-3299. Added AMInfo table to the MR AM job pages to list all the 
job-attempts when AM restarts and recovers. (Jonathan Eagles via vinodkv)
svn merge --ignore-ancestry -c 1229766 ../../trunk/

vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229768
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JAXBContextResolver.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JobBlock.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/JobInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebServicesJobs.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsWebServices.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHsWebServicesJobs.java


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-3299:
---

Integrated in Hadoop-Common-0.23-Commit #361 (See 
[https://builds.apache.org/job/Hadoop-Common-0.23-Commit/361/])
MAPREDUCE-3299. Added AMInfo table to the MR AM job pages to list all the 
job-attempts when AM restarts and recovers. (Jonathan Eagles via vinodkv)
svn merge --ignore-ancestry -c 1229766 ../../trunk/

vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229768
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JAXBContextResolver.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JobBlock.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/JobInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebServicesJobs.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsWebServices.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHsWebServicesJobs.java


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-3299:
---

Integrated in Hadoop-Hdfs-trunk-Commit #1594 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1594/])
MAPREDUCE-3299. Added AMInfo table to the MR AM job pages to list all the 
job-attempts when AM restarts and recovers. (Jonathan Eagles via vinodkv)

vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229766
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JAXBContextResolver.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JobBlock.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/JobInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebServicesJobs.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsWebServices.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHsWebServicesJobs.java


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-3299:
---

Integrated in Hadoop-Common-trunk-Commit #1521 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1521/])
MAPREDUCE-3299. Added AMInfo table to the MR AM job pages to list all the 
job-attempts when AM restarts and recovers. (Jonathan Eagles via vinodkv)

vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229766
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JAXBContextResolver.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JobBlock.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/JobInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebServicesJobs.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsWebServices.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHsWebServicesJobs.java


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-3299:
---

Integrated in Hadoop-Mapreduce-0.23-Commit #372 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/372/])
MAPREDUCE-3299. Added AMInfo table to the MR AM job pages to list all the 
job-attempts when AM restarts and recovers. (Jonathan Eagles via vinodkv)
svn merge --ignore-ancestry -c 1229766 ../../trunk/

vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229768
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JAXBContextResolver.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JobBlock.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/JobInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebServicesJobs.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsWebServices.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHsWebServicesJobs.java


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-3299:
---

Integrated in Hadoop-Mapreduce-trunk-Commit #1540 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1540/])
MAPREDUCE-3299. Added AMInfo table to the MR AM job pages to list all the 
job-attempts when AM restarts and recovers. (Jonathan Eagles via vinodkv)

vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229766
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JAXBContextResolver.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JobBlock.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/JobInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebServicesJobs.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsWebServices.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHsWebServicesJobs.java


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-10 Thread Jonathan Eagles (Commented) (JIRA)

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

Jonathan Eagles commented on MAPREDUCE-3299:


Thanks, @Vinod, @Thomas, @Sid, @Arun! This was a tremendous effort by everybody.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-11 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-3299:
---

Integrated in Hadoop-Hdfs-trunk #922 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/922/])
MAPREDUCE-3299. Added AMInfo table to the MR AM job pages to list all the 
job-attempts when AM restarts and recovers. (Jonathan Eagles via vinodkv)

vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229766
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JAXBContextResolver.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JobBlock.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/JobInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebServicesJobs.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsWebServices.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHsWebServicesJobs.java


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-11 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-3299:
---

Integrated in Hadoop-Hdfs-0.23-Build #135 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/135/])
MAPREDUCE-3299. Added AMInfo table to the MR AM job pages to list all the 
job-attempts when AM restarts and recovers. (Jonathan Eagles via vinodkv)
svn merge --ignore-ancestry -c 1229766 ../../trunk/

vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229768
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JAXBContextResolver.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JobBlock.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/JobInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebServicesJobs.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsWebServices.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHsWebServicesJobs.java


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-11 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-3299:
---

Integrated in Hadoop-Mapreduce-0.23-Build #157 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/157/])
MAPREDUCE-3299. Added AMInfo table to the MR AM job pages to list all the 
job-attempts when AM restarts and recovers. (Jonathan Eagles via vinodkv)
svn merge --ignore-ancestry -c 1229766 ../../trunk/

vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229768
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JAXBContextResolver.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JobBlock.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/JobInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebServicesJobs.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsWebServices.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHsWebServicesJobs.java


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2012-01-11 Thread Hudson (Commented) (JIRA)

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

Hudson commented on MAPREDUCE-3299:
---

Integrated in Hadoop-Mapreduce-trunk #955 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/955/])
MAPREDUCE-3299. Added AMInfo table to the MR AM job pages to list all the 
job-attempts when AM restarts and recovers. (Jonathan Eagles via vinodkv)

vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1229766
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AMWebServices.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JAXBContextResolver.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/JobBlock.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/JobInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestAMWebServicesJobs.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsWebServices.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptsInfo.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestHsWebServicesJobs.java


> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Fix For: 0.23.1
>
> Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2011-12-15 Thread Hadoop QA (Commented) (JIRA)

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

Hadoop QA commented on MAPREDUCE-3299:
--

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

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

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

+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.mapreduce.v2.app.TestJobEndNotifier
  org.apache.hadoop.mapreduce.v2.app.TestStagingCleanup

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

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

This message is automatically generated.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0, 0.23.1, 0.24.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

--
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-3299) Add AMInfo table to the AM job page

2011-12-15 Thread Jonathan Eagles (Commented) (JIRA)

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

Jonathan Eagles commented on MAPREDUCE-3299:


Core tests appear unrelated to this patch.

> Add AMInfo table to the AM job page
> ---
>
> Key: MAPREDUCE-3299
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: mrv2
>Affects Versions: 0.23.0, 0.23.1, 0.24.0
>Reporter: Siddharth Seth
>Assignee: Jonathan Eagles
>Priority: Minor
> Attachments: MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

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