GitHub user liancheng opened a pull request:

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

    [HOTFIX] Reverts PR #7668 on branch-1.4

    `MasterSuite.makeMaster()` doesn't compile under 1.4. `Master` is still an 
actor in branch-1.4, and can only be created via `ActorSystem.actorOf`, or with 
`TestActorRef`.

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

    $ git pull https://github.com/liancheng/spark hotfix-revert-pr-7668

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

    https://github.com/apache/spark/pull/7686.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 #7686
    
----
commit 54e8ab083999e43e30690021130eca243ac98a1c
Author: Cheng Lian <[email protected]>
Date:   2015-07-27T05:26:10Z

    Revert "[HOTFIX] Fix compile in MasterSuite"
    
    This reverts commit 5aed9261380a183cc7aa292e1cd63f22e772fa5c.

commit 089a1a8714e849342424cf7a29df9c7c1bf1ed20
Author: Cheng Lian <[email protected]>
Date:   2015-07-27T05:26:20Z

    Revert "[SPARK-9352] [SPARK-9353] Add tests for standalone scheduling code"
    
    This reverts commit a4b80e6dbd007c3d0cc012bacc19361d9eb00b02.

----


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