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

    https://github.com/apache/spark/pull/23223#discussion_r239174670
  
    --- Diff: 
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocator.scala
 ---
    @@ -612,11 +612,14 @@ private[yarn] class YarnAllocator(
                 val message = "Container killed by YARN for exceeding physical 
memory limits. " +
                   s"$diag Consider boosting ${EXECUTOR_MEMORY_OVERHEAD.key}."
                 (true, message)
    +          case exit_status if 
NOT_APP_AND_SYSTEM_FAULT_EXIT_STATUS.contains(exit_status) =>
    --- End diff --
    
    also after this gets rearranged, I'd leave a comment in here pointing to 
the code in hadoop you linked to on the jira.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to