Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-6602][Core] Update Master, Worker, Client, AppClient and related classes to use RpcEndpoint #5392

Closed
wants to merge 24 commits into from

Commits on Apr 7, 2015

  1. Configuration menu
    Copy the full SHA
    b776817 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Configuration menu
    Copy the full SHA
    fbf3194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b2a104 View commit details
    Browse the repository at this point in the history
  3. Fix the code style

    zsxwing committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    e8ad0a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fdee0e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Merge remote-tracking branch 'origin/master' into rpc-rewrite-part3

    Conflicts:
    	core/src/main/scala/org/apache/spark/deploy/LocalSparkCluster.scala
    	core/src/main/scala/org/apache/spark/deploy/client/TestClient.scala
    	core/src/test/scala/org/apache/spark/deploy/rest/StandaloneRestSubmitSuite.scala
    zsxwing committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    6637e3c View commit details
    Browse the repository at this point in the history
  2. Fix the code style

    zsxwing committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    fadbb9e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Merge branch 'master' into rpc-rewrite-part3

    Conflicts:
    	core/src/main/scala/org/apache/spark/deploy/worker/DriverRunner.scala
    	core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala
    	core/src/main/scala/org/apache/spark/scheduler/cluster/SparkDeploySchedulerBackend.scala
    zsxwing committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    5c27f97 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. Merge branch 'master' into rpc-rewrite-part3

    Conflicts:
    	core/src/main/scala/org/apache/spark/deploy/Client.scala
    	core/src/main/scala/org/apache/spark/deploy/client/AppClient.scala
    	core/src/main/scala/org/apache/spark/deploy/master/Master.scala
    	core/src/main/scala/org/apache/spark/deploy/master/ui/MasterWebUI.scala
    	core/src/main/scala/org/apache/spark/deploy/rest/StandaloneRestServer.scala
    zsxwing committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    837927e View commit details
    Browse the repository at this point in the history
  2. Improve the docs and comments

    zsxwing committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    dbfc916 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. Configuration menu
    Copy the full SHA
    060ff31 View commit details
    Browse the repository at this point in the history
  2. Use ThreadUtils

    zsxwing committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    25a84d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Configuration menu
    Copy the full SHA
    bd541e7 View commit details
    Browse the repository at this point in the history
  2. Fix the code style

    zsxwing committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    aa34b9b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Configuration menu
    Copy the full SHA
    a7b86e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e56cb16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72304f0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2015

  1. Configuration menu
    Copy the full SHA
    fa47110 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

  1. Configuration menu
    Copy the full SHA
    5a82374 View commit details
    Browse the repository at this point in the history
  2. Fix the code style

    zsxwing committed May 5, 2015
    Configuration menu
    Copy the full SHA
    2d24fb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2015

  1. Configuration menu
    Copy the full SHA
    e734c71 View commit details
    Browse the repository at this point in the history
  2. Fix the code style

    zsxwing committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    9137b82 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Address comments

    zsxwing committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    f12d943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de7bed View commit details
    Browse the repository at this point in the history