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

    https://github.com/apache/spark/pull/21243#discussion_r186796683
  
    --- Diff: 
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala
 ---
    @@ -346,7 +346,7 @@ private[spark] class ApplicationMaster(args: 
ApplicationMasterArguments) extends
         synchronized {
           if (!finished) {
             val inShutdown = ShutdownHookManager.inShutdown()
    -        if (registered) {
    +        if (registered || !isClusterMode) {
    --- End diff --
    
    Because otherwise the client mode AM will exit with "EXIT_SC_NOT_INITED" in 
certain cases, which doesn't really make a lot of sense.


---

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

Reply via email to