GitHub user CodingCat reopened a pull request:

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

    SPARK-2126: Move MapOutputTracker behind ShuffleManager interface to 

    https://issues.apache.org/jira/browse/SPARK-2126
    
    Move MapOutputTracker behind ShuffleManager interface to enable customized 
MapOutputTracker implementation

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

    $ git pull https://github.com/CodingCat/spark SPARK-2126

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

    https://github.com/apache/spark/pull/1240.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 #1240
    
----
commit b05e88a51548c708fe7193a9d24d9d3b759859c1
Author: CodingCat <zhunans...@gmail.com>
Date:   2014-06-20T12:45:20Z

    init commit for hiding Mapoutputtracker behind shuffle manager

commit 33c9686ff236ef5842dca2a2dfa9063c7e3472f4
Author: CodingCat <zhunans...@gmail.com>
Date:   2014-06-20T15:37:17Z

    style fix

commit 2fb6861918207f790d4da0be68b8a1a2c02fce9b
Author: CodingCat <zhunans...@gmail.com>
Date:   2014-06-20T16:09:12Z

    avoid type checking

commit 2c97863415e8c83b74d69bbc2c2d1f53732c8b88
Author: CodingCat <zhunans...@gmail.com>
Date:   2014-06-20T16:53:15Z

    fix test cases

commit 1a0cea4f426c939867dc28f8f6f05ae51285ecf1
Author: CodingCat <zhunans...@gmail.com>
Date:   2014-06-20T17:01:44Z

    fix BlockManagerSuite

commit 898d895d93673b699364b1b54a5906586c123e92
Author: CodingCat <zhunans...@gmail.com>
Date:   2014-06-21T13:13:27Z

    customize MapOutputTracker by passing arguments in SparkConf

commit c2bf189c4d8ca3ad8acd1a633541665f47677440
Author: CodingCat <zhunans...@gmail.com>
Date:   2014-06-21T13:30:58Z

    disassociate epoch with shuffleManager

commit 8c2b408679dd36208b6061adf03c317978b1bd55
Author: CodingCat <zhunans...@gmail.com>
Date:   2014-06-27T00:44:50Z

    add docs and move MapStatus to shuffle package

commit 874d8a1f128d83e024f9fbe04ce2d36b2df8926c
Author: CodingCat <zhunans...@gmail.com>
Date:   2014-06-27T02:29:12Z

    fix trackerActor timeout issue

commit 07c0310cd0ecb1e61e0ec4d4b8453cf108852e78
Author: CodingCat <zhunans...@gmail.com>
Date:   2014-06-27T02:45:42Z

    fix npe in DAGSchedulerSuite

----


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

Reply via email to