I suppose you mean ContainerStatus.getExitStatus(). This is the exit status
of the process corresponding to the container if the process actually ran
and exited. In case the container didn't even run physically, it could
refer to special exit codes like you listed. In sum,
 - Normal exit status = exit codes from corresponding processes
 - Abnormal exit status = special codes corresponding to containers which
didn't even run. For e.g.,
YarnConfiguration.ABORTED_CONTAINER_EXIT_STATUS=-100.

HTH,
+Vinod


On Wed, Jan 9, 2013 at 7:15 PM, Frank Zheng <bearzheng2...@gmail.com> wrote:

> Hi all,
>
> Is there any open source code for getExitStatus() in the package
> org.apache.hadoop.yarn.api.records?
> I just find four status 0, -100, -101 and -1000.
> Can anyone tell me what is the detailed information for them? And is there
> any other status?
>
> Thanks!
> Yu
>
>


-- 
+Vinod
Hortonworks Inc.
http://hortonworks.com/

Reply via email to