Re: Get information of containers - running/killed/completei

2016-11-15 Thread Rohith Sharma K S
Hi Ajay For the running containers, you can get container report from ResourceManager. For completed/killed containers, you need start ApplicationHistoryServer daemon and use the same API i.e yarnClient.getContainerReport() to get container report. Basically, this API contact RM first for containe

Re: Get information of containers - running/killed/completei

2016-11-14 Thread AJAY GUPTA
Hi For monitoring purposes, I need to capture some container information for my application deployed on Yarn, specially for containers getting killed. This also included the finishTime of the container i.e., the time when the container got killed. Is there any API which will provide this informati