GitHub user liupc opened a pull request:

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

    [SPARK-22903]Fix already being created exception in stage retry caused by 
wrong at…

    …temptNumber
    
    ## What changes were proposed in this pull request?
    
    This PR fix the wrong attemptNumber in stage retry, it will solve the 
probem of AlreadyBeingCreatedException thrown by executor when failedStages 
already created the taskAttemptPath.
    Details see: https://issues.apache.org/jira/browse/SPARK-22903
    
    (Please fill in changes proposed in this fix)
    
    ## How was this patch tested?
    
    manual
    (Please explain how this patch was tested. E.g. unit tests, integration 
tests, manual tests)
    (If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/liupc/spark 
Fix-ready-beging-created-exception-in-stage-retry

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

    https://github.com/apache/spark/pull/20086.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 #20086
    
----
commit 1b11eca92e5b79ef0757c19de3acc17c1c047965
Author: liupengcheng <liupengcheng@...>
Date:   2017-12-27T02:11:51Z

    Fix already being created exception in stage retry caused by wrong 
attemptNumber

----


---

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

Reply via email to