Re: Container's completion issue

2014-01-21 Thread Vinod Kumar Vavilapalli
It means that the first process in the container is either crashing due to some reason or explicitly killed by an external entity. You can look at the logs for the container on the web-UI. Also look at ResourceManager logs to trace what is happening with this container. Which application is this?

Re: Container's completion issue

2014-01-21 Thread REYANE OUKPEDJO
It is my own custom application. But looking at the Resource manager's logs , the container completed as normal with exit code of 0 . This is really weird to me.  On Tuesday, January 21, 2014 1:17 PM, Vinod Kumar Vavilapalli vino...@hortonworks.com wrote: It means that the first process

Container's completion issue

2014-01-20 Thread REYANE OUKPEDJO
Hi there, I was using hadoop-2.2.0 to run an application that only lunch 3 containers the application master container and 2 more containers that run the job. one of the 2 containers is returning as completed from the Resource Manager's logs as soon as it is launched. The problem is the process