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

    https://github.com/apache/spark/pull/7243#discussion_r34098979
  
    --- Diff: 
yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala ---
    @@ -218,11 +218,12 @@ private[spark] class ApplicationMaster(
         }
       }
     
    -  private def sparkContextInitialized(sc: SparkContext) = {
    +  private def sparkContextInitialized(sc: SparkContext, backend: 
CoarseGrainedSchedulerBackend) = {
         sparkContextRef.synchronized {
           sparkContextRef.compareAndSet(null, sc)
           sparkContextRef.notifyAll()
         }
    +    allocator.setScheduler(backend)
    --- End diff --
    
    Hopefully this fixes it ? Do let me know in case I am missing something - 
it has been more than 5+ releases since I looked at yarn module !


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to