Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5993#discussion_r29908146
  
    --- Diff: 
yarn/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocator.scala ---
    @@ -373,7 +373,11 @@ private[yarn] class YarnAllocator(
             // Hadoop 2.2.X added a ContainerExitStatus we should switch to use
             // there are some exit status' we shouldn't necessarily count 
against us, but for
             // now I think its ok as none of the containers are expected to 
exit
    -        if (completedContainer.getExitStatus == -103) { // vmem limit 
exceeded
    +        if (completedContainer.getExitStatus == 
ContainerExitStatus.PREEMPTED) {
    --- End diff --
    
    Does this constant exist all the way back to Hadoop 2.2? IIRC preemption 
was added later.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to