Re: Container exit status for released container

2013-12-27 Thread omkar joshi
includes all the possible exit codes Jian On Mon, Dec 23, 2013 at 11:06 PM, Krishna Kishore Bonagiri write2kish...@gmail.com wrote: Hi, I am seeing the exit status of released container(released through a call to releaseAssignedContainer()) to be -100. Can my code assume that -100

Re: Container exit status for released container

2013-12-26 Thread Jian He
Not true, you can look at ContainerExitStatus.java which includes all the possible exit codes Jian On Mon, Dec 23, 2013 at 11:06 PM, Krishna Kishore Bonagiri write2kish...@gmail.com wrote: Hi, I am seeing the exit status of released container(released through a call

Container exit status for released container

2013-12-23 Thread Krishna Kishore Bonagiri
Hi, I am seeing the exit status of released container(released through a call to releaseAssignedContainer()) to be -100. Can my code assume that -100 will always be given as exit status for a released container by YARN? Thanks, Kishore