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-15518] Rename various scheduler backend for consistency #13288

Closed
wants to merge 1 commit into from

Conversation

rxin
Copy link
Contributor

@rxin rxin commented May 25, 2016

What changes were proposed in this pull request?

This patch renames various scheduler backends to make them consistent:

  • LocalScheduler -> LocalSchedulerBackend
  • AppClient -> StandaloneAppClient
  • AppClientListener -> StandaloneAppClientListener
  • SparkDeploySchedulerBackend -> StandaloneSchedulerBackend
  • CoarseMesosSchedulerBackend -> MesosCoarseGrainedSchedulerBackend
  • MesosSchedulerBackend -> MesosFineGrainedSchedulerBackend

How was this patch tested?

Updated test cases to reflect the name change.

@rxin rxin changed the title [SPARK-15518][SQL] Make various scheduler backend class names consistent [SPARK-15518][SQL] Rename various scheduler backend class names for consistency May 25, 2016
@rxin rxin changed the title [SPARK-15518][SQL] Rename various scheduler backend class names for consistency [SPARK-15518][SQL] Rename various scheduler backend for consistency May 25, 2016
@andrewor14
Copy link
Contributor

LGTM

@SparkQA
Copy link

SparkQA commented May 25, 2016

Test build #59245 has finished for PR 13288 at commit 01f5f96.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@viirya
Copy link
Member

viirya commented May 25, 2016

nit: [SQL] -> [Core]

@rxin rxin changed the title [SPARK-15518][SQL] Rename various scheduler backend for consistency [SPARK-15518] Rename various scheduler backend for consistency May 25, 2016
@rxin
Copy link
Contributor Author

rxin commented May 25, 2016

Thanks - merging in master/2.0.

asfgit pushed a commit that referenced this pull request May 25, 2016
## What changes were proposed in this pull request?
This patch renames various scheduler backends to make them consistent:

- LocalScheduler -> LocalSchedulerBackend
- AppClient -> StandaloneAppClient
- AppClientListener -> StandaloneAppClientListener
- SparkDeploySchedulerBackend -> StandaloneSchedulerBackend
- CoarseMesosSchedulerBackend -> MesosCoarseGrainedSchedulerBackend
- MesosSchedulerBackend -> MesosFineGrainedSchedulerBackend

## How was this patch tested?
Updated test cases to reflect the name change.

Author: Reynold Xin <rxin@databricks.com>

Closes #13288 from rxin/SPARK-15518.

(cherry picked from commit 14494da)
Signed-off-by: Reynold Xin <rxin@databricks.com>
@asfgit asfgit closed this in 14494da May 25, 2016
asfgit pushed a commit that referenced this pull request Jun 15, 2016
…> LocalSchedulerBackend

## What changes were proposed in this pull request?

This patch is a follow-up to #13288 completing the renaming:
 - LocalScheduler -> LocalSchedulerBackend~~Endpoint~~

## How was this patch tested?

Updated test cases to reflect the name change.

Author: Liwei Lin <lwlin7@gmail.com>

Closes #13683 from lw-lin/rename-backend.

(cherry picked from commit 9b234b5)
Signed-off-by: Reynold Xin <rxin@databricks.com>
asfgit pushed a commit that referenced this pull request Jun 15, 2016
…> LocalSchedulerBackend

## What changes were proposed in this pull request?

This patch is a follow-up to #13288 completing the renaming:
 - LocalScheduler -> LocalSchedulerBackend~~Endpoint~~

## How was this patch tested?

Updated test cases to reflect the name change.

Author: Liwei Lin <lwlin7@gmail.com>

Closes #13683 from lw-lin/rename-backend.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants