GitHub user jasonmoore2k opened a pull request:

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

    [SPARK-14357] [CORE] Properly handle the root cause being a commit denied 
exception

    ## What changes were proposed in this pull request?
    
    When deciding whether a CommitDeniedException caused a task to fail, 
consider the root cause of the Exception.
    
    ## How was this patch tested?
    
    Added a test suite for the component that extracts the root cause of the 
error.
    Made a distribution after cherry-picking this commit to branch-1.6 and used 
to run our Spark application that would quite often fail due to the 
CommitDeniedException.


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

    $ git pull https://github.com/jasonmoore2k/spark SPARK-14357

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

    https://github.com/apache/spark/pull/12228.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 #12228
    
----
commit 64a44998e4ae412645ed38d368639555d3fe1f66
Author: Jason Moore <jasonmoor...@outlook.com>
Date:   2016-04-05T06:26:11Z

    [SPARK-14357] [CORE] Properly handle the root cause being a commit denied 
exception

----


---
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