Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20807#discussion_r175151620
--- Diff:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala
---
@@ -497,6 +500,8 @@ private[spark] class ApplicationMaster(args:
ApplicationMasterArguments) extends
// if the user app did not create a SparkContext.
throw new IllegalStateException("User did not initialize spark
context!")
}
+ // After initialisation notify user class thread to continue
--- End diff --
You should remove this comment and add one to the `resumeDriver` method.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]