GitHub user devaraj-kavali opened a pull request:

    https://github.com/apache/spark/pull/22625

    [SPARK-25637][CORE] SparkException: Could not find CoarseGrainedScheduler 
occurs during the application stop

    ## What changes were proposed in this pull request?
    
    If the driverEndpointStopped is stopped, with this PR 
CoarseGrainedSchedulerBackend will not send reviveOffers message to the 
driverEndpoint.
    
    ## How was this patch tested?
    
    Verified this manually, 'org.apache.spark.SparkException: Could not find 
CoarseGrainedScheduler' error is not occurring after applying this PR.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/devaraj-kavali/spark SPARK-25637

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22625.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22625
    
----
commit e868aa325c7adbfbac412147edd43d7cf11179e1
Author: Devaraj K <devaraj@...>
Date:   2018-10-03T23:15:27Z

    [SPARK-25637][CORE] SparkException: Could not find
    CoarseGrainedScheduler occurs during the application stop

----


---

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

Reply via email to