Re: yarnClient.getContainerReport exception for KILLED containers

2016-12-01 Thread Destin Ashwin
unsubscribe me please. On 30-Nov-2016 8:23 pm, "AJAY GUPTA" wrote: > Hi > > I am running Hadoop 2.6.0 on a cluster setup. I have setup the timeline > server on this cluster. > My code wants to fetch details of KILLED containers for an application. I > have used the

Re: yarnClient.getContainerReport exception for KILLED containers

2016-11-30 Thread AJAY GUPTA
The following property in my cluster was set to false. This needs to be true for being able to read data from timeline server. The setting that controls whether yarn system metrics is published on the timeline server or not by RM. yarn.resourcemanager.system-metrics-publisher.enabled true

yarnClient.getContainerReport exception for KILLED containers

2016-11-30 Thread AJAY GUPTA
Hi I am running Hadoop 2.6.0 on a cluster setup. I have setup the timeline server on this cluster. My code wants to fetch details of KILLED containers for an application. I have used the yarnClient.getContainerReport() call to get details of containers. This call throws an exception for KILLED