[jira] [Updated] (YARN-2048) List all of the containers of an application from the yarn web

2014-05-15 Thread Min Zhou (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Min Zhou updated YARN-2048:
---

Affects Version/s: 2.5.0
   2.3.0
   2.4.0

 List all of the containers of an application from the yarn web
 --

 Key: YARN-2048
 URL: https://issues.apache.org/jira/browse/YARN-2048
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: resourcemanager, webapp
Affects Versions: 2.3.0, 2.4.0, 2.5.0
Reporter: Min Zhou
 Attachments: YARN-2048-trunk-v1.patch


 Currently, Yarn haven't provide a way to list all of the containers of an 
 application from its web. This kind of information is needed by the 
 application user. They can conveniently know how many containers their 
 applications already acquired as well as which nodes those containers were 
 launched on.  They also want to view the logs of each container of an 
 application.
 One approach is maintain a container list in RMAppImpl and expose this info 
 to Application page. I will submit a patch soon



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (YARN-2048) List all of the containers of an application from the yarn web

2014-05-15 Thread Min Zhou (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Min Zhou resolved YARN-2048.


Resolution: Duplicate

Duplicate with YARN-1809

 List all of the containers of an application from the yarn web
 --

 Key: YARN-2048
 URL: https://issues.apache.org/jira/browse/YARN-2048
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: resourcemanager, webapp
Affects Versions: 2.3.0, 2.4.0, 2.5.0
Reporter: Min Zhou
 Attachments: YARN-2048-trunk-v1.patch


 Currently, Yarn haven't provide a way to list all of the containers of an 
 application from its web. This kind of information is needed by the 
 application user. They can conveniently know how many containers their 
 applications already acquired as well as which nodes those containers were 
 launched on.  They also want to view the logs of each container of an 
 application.
 One approach is maintain a container list in RMAppImpl and expose this info 
 to Application page. I will submit a patch soon



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (YARN-2048) List all of the containers of an application from the yarn web

2014-05-13 Thread Min Zhou (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996083#comment-13996083
 ] 

Min Zhou commented on YARN-2048:


[~zjshen] hmm... from your patch,  it's indeed a duplicate. Please go ahead.

 List all of the containers of an application from the yarn web
 --

 Key: YARN-2048
 URL: https://issues.apache.org/jira/browse/YARN-2048
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: resourcemanager, webapp
Affects Versions: 2.3.0, 2.4.0, 2.5.0
Reporter: Min Zhou
 Attachments: YARN-2048-trunk-v1.patch


 Currently, Yarn haven't provide a way to list all of the containers of an 
 application from its web. This kind of information is needed by the 
 application user. They can conveniently know how many containers their 
 applications already acquired as well as which nodes those containers were 
 launched on.  They also want to view the logs of each container of an 
 application.
 One approach is maintain a container list in RMAppImpl and expose this info 
 to Application page. I will submit a patch soon



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (YARN-2048) List all of the containers of an application from the yarn web

2014-05-13 Thread Min Zhou (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996126#comment-13996126
 ] 

Min Zhou commented on YARN-2048:


[~zjshen] Currently, the only implementation of ApplcationContext is 
ApplicationHistoryManagerImpl, which retrieves containers information from 
history store. 
Quesions:
# How do you fetch the containers info from a historyserver and display it on 
the RM web? 
# If the information is from history store, seems RM won't get that kind of 
info until the application is done? Sometimes user's application might be a 
long-live application, never finish unless user kill it.
# Seems the only way providing containers info to RM is to maintain a list in 
RMAppAttempImpl, which was my way as well.

Min

 List all of the containers of an application from the yarn web
 --

 Key: YARN-2048
 URL: https://issues.apache.org/jira/browse/YARN-2048
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: resourcemanager, webapp
Affects Versions: 2.3.0, 2.4.0, 2.5.0
Reporter: Min Zhou
 Attachments: YARN-2048-trunk-v1.patch


 Currently, Yarn haven't provide a way to list all of the containers of an 
 application from its web. This kind of information is needed by the 
 application user. They can conveniently know how many containers their 
 applications already acquired as well as which nodes those containers were 
 launched on.  They also want to view the logs of each container of an 
 application.
 One approach is maintain a container list in RMAppImpl and expose this info 
 to Application page. I will submit a patch soon



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (YARN-2048) List all of the containers of an application from the yarn web

2014-05-13 Thread Min Zhou (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995863#comment-13995863
 ] 

Min Zhou commented on YARN-2048:


Thanks [~leftnoteasy],

I will take a look on the those stuff you mentioned and resubmit another one.

 List all of the containers of an application from the yarn web
 --

 Key: YARN-2048
 URL: https://issues.apache.org/jira/browse/YARN-2048
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: resourcemanager, webapp
Affects Versions: 2.3.0, 2.4.0, 2.5.0
Reporter: Min Zhou
 Attachments: YARN-2048-trunk-v1.patch


 Currently, Yarn haven't provide a way to list all of the containers of an 
 application from its web. This kind of information is needed by the 
 application user. They can conveniently know how many containers their 
 applications already acquired as well as which nodes those containers were 
 launched on.  They also want to view the logs of each container of an 
 application.
 One approach is maintain a container list in RMAppImpl and expose this info 
 to Application page. I will submit a patch soon



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-2048) List all of the containers of an application from the yarn web

2014-05-13 Thread Min Zhou (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Min Zhou updated YARN-2048:
---

Description: 
Currently, Yarn haven't provide a way to list all of the containers of an 
application from its web. This kind of information is needed by the application 
user. They can conveniently know how many containers their applications already 
acquired as well as which nodes those containers were launched on.  They also 
want to view the logs of each container of an application.

One approach is maintain a container list in RMAppImpl and expose this info to 
Application page. I will submit a patch soon

  was:
Currently, Yarn haven't provide a way to list all of the containers of an 
application from its web. This kind of information is needed by the application 
user. They can conveniently know how many containers their applications already 
acquired as well as which node those containers were launched on.  They also 
want to view the logs of each container of an application.

One approach is maintain a container list in RMAppImpl and expose this info to 
Application page. I will submit a patch soon


 List all of the containers of an application from the yarn web
 --

 Key: YARN-2048
 URL: https://issues.apache.org/jira/browse/YARN-2048
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: resourcemanager, webapp
Reporter: Min Zhou

 Currently, Yarn haven't provide a way to list all of the containers of an 
 application from its web. This kind of information is needed by the 
 application user. They can conveniently know how many containers their 
 applications already acquired as well as which nodes those containers were 
 launched on.  They also want to view the logs of each container of an 
 application.
 One approach is maintain a container list in RMAppImpl and expose this info 
 to Application page. I will submit a patch soon



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (YARN-2048) List all of the containers of an application from the yarn web

2014-05-13 Thread Min Zhou (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996752#comment-13996752
 ] 

Min Zhou commented on YARN-2048:


Make sense now,  please go ahead.

 List all of the containers of an application from the yarn web
 --

 Key: YARN-2048
 URL: https://issues.apache.org/jira/browse/YARN-2048
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: resourcemanager, webapp
Affects Versions: 2.3.0, 2.4.0, 2.5.0
Reporter: Min Zhou
 Attachments: YARN-2048-trunk-v1.patch


 Currently, Yarn haven't provide a way to list all of the containers of an 
 application from its web. This kind of information is needed by the 
 application user. They can conveniently know how many containers their 
 applications already acquired as well as which nodes those containers were 
 launched on.  They also want to view the logs of each container of an 
 application.
 One approach is maintain a container list in RMAppImpl and expose this info 
 to Application page. I will submit a patch soon



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Reopened] (YARN-2048) List all of the containers of an application from the yarn web

2014-05-13 Thread Min Zhou (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Min Zhou reopened YARN-2048:



I'd like to reopen it, because I think we need this feature for 2.[0-4].x users 
before timeline server get finished. How do you like to do, [~zjshen]? 

 List all of the containers of an application from the yarn web
 --

 Key: YARN-2048
 URL: https://issues.apache.org/jira/browse/YARN-2048
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: resourcemanager, webapp
Affects Versions: 2.3.0, 2.4.0, 2.5.0
Reporter: Min Zhou
 Attachments: YARN-2048-trunk-v1.patch


 Currently, Yarn haven't provide a way to list all of the containers of an 
 application from its web. This kind of information is needed by the 
 application user. They can conveniently know how many containers their 
 applications already acquired as well as which nodes those containers were 
 launched on.  They also want to view the logs of each container of an 
 application.
 One approach is maintain a container list in RMAppImpl and expose this info 
 to Application page. I will submit a patch soon



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (YARN-2048) List all of the containers of an application from the yarn web

2014-05-12 Thread Min Zhou (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Min Zhou updated YARN-2048:
---

Attachment: YARN-2048-trunk-v1.patch

Submit a patch on trunk

 List all of the containers of an application from the yarn web
 --

 Key: YARN-2048
 URL: https://issues.apache.org/jira/browse/YARN-2048
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: resourcemanager, webapp
Reporter: Min Zhou
 Attachments: YARN-2048-trunk-v1.patch


 Currently, Yarn haven't provide a way to list all of the containers of an 
 application from its web. This kind of information is needed by the 
 application user. They can conveniently know how many containers their 
 applications already acquired as well as which nodes those containers were 
 launched on.  They also want to view the logs of each container of an 
 application.
 One approach is maintain a container list in RMAppImpl and expose this info 
 to Application page. I will submit a patch soon



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (YARN-2048) List all of the containers of an application from the yarn web

2014-05-12 Thread Min Zhou (JIRA)
Min Zhou created YARN-2048:
--

 Summary: List all of the containers of an application from the 
yarn web
 Key: YARN-2048
 URL: https://issues.apache.org/jira/browse/YARN-2048
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: resourcemanager, webapp
Reporter: Min Zhou


Currently, Yarn haven't provide a way to list all of the containers of an 
application from its web. This kind of information is needed by the application 
user. They can conveniently know how many containers their applications already 
acquired as well as which node those containers were launched on.  They also 
want to view the logs of each container of an application.

One approach is maintain a container list in RMAppImpl and expose this info to 
Application page. I will submit a patch soon



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (YARN-2048) List all of the containers of an application from the yarn web

2014-05-12 Thread Min Zhou (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996089#comment-13996089
 ] 

Min Zhou commented on YARN-2048:


[~leftnoteasy] Seems [~zjshen]'s patch fetch containers from 
ApplicationContext.  I will confirm it after downloading  a copy of yarn's code 
to my laptop.

 List all of the containers of an application from the yarn web
 --

 Key: YARN-2048
 URL: https://issues.apache.org/jira/browse/YARN-2048
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: resourcemanager, webapp
Affects Versions: 2.3.0, 2.4.0, 2.5.0
Reporter: Min Zhou
 Attachments: YARN-2048-trunk-v1.patch


 Currently, Yarn haven't provide a way to list all of the containers of an 
 application from its web. This kind of information is needed by the 
 application user. They can conveniently know how many containers their 
 applications already acquired as well as which nodes those containers were 
 launched on.  They also want to view the logs of each container of an 
 application.
 One approach is maintain a container list in RMAppImpl and expose this info 
 to Application page. I will submit a patch soon



--
This message was sent by Atlassian JIRA
(v6.2#6252)