GitHub user jerryshao opened a pull request:

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

    [Minor][YARN] Fix typo in YarnShuffleService recovery file name

    ## What changes were proposed in this pull request?
    
    Due to the changes of 
[SPARK-14963](https://issues.apache.org/jira/browse/SPARK-14963), external 
shuffle recovery file name is changed mistakenly, so here change it back to the 
previous file name.
    
    This only affects the master branch, branch-2.0 is correct 
[here](https://github.com/apache/spark/blob/branch-2.0/common/network-yarn/src/main/java/org/apache/spark/network/yarn/YarnShuffleService.java#L195).
    
    
    ## How was this patch tested?
    
    N/A
    
    


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

    $ git pull https://github.com/jerryshao/apache-spark fix-typo-file-name

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

    https://github.com/apache/spark/pull/14197.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 #14197
    
----
commit 12b73674d5fdb18be95f39182a57417e6e6566f6
Author: jerryshao <[email protected]>
Date:   2016-07-14T08:07:52Z

    Fix typo in YarnShuffleService recovery file name

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to