Skip to content

[MINOR][CORE] Add missing kvstore module in Laucher and SparkSubmit code #19014

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

Closed
wants to merge 1 commit into from

Conversation

jerryshao
Copy link
Contributor

There're two code in Launcher and SparkSubmit will will explicitly list all the Spark submodules, newly added kvstore module is missing in this two parts, so submitting a minor PR to fix this.

Change-Id: I35109bca61f9c0a246b7a9842a98947bc580c6dd
@jerryshao
Copy link
Contributor Author

CC @vanzin , please help to review, thanks!

@SparkQA
Copy link

SparkQA commented Aug 22, 2017

Test build #80953 has finished for PR 19014 at commit bf03c76.

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

@@ -988,7 +988,7 @@ private[spark] object SparkSubmitUtils {
// We need to specify each component explicitly, otherwise we miss spark-streaming-kafka-0-8 and
// other spark-streaming utility components. Underscore is there to differentiate between
// spark-streaming_2.1x and spark-streaming-kafka-0-8-assembly_2.1x
val IVY_DEFAULT_EXCLUDES = Seq("catalyst_", "core_", "graphx_", "launcher_", "mllib_",
val IVY_DEFAULT_EXCLUDES = Seq("catalyst_", "core_", "graphx_", "kvstore_", "launcher_", "mllib_",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, Thank you for keeping this up-to-date, @jerryshao !

cc @brkyvz

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vanzin
Copy link
Contributor

vanzin commented Aug 22, 2017

I had the launcher change in another PR, but missed the SparkSubmit one. LGTM.

Merging to master (and will add SPARK-20641 to the commit summary).

@asfgit asfgit closed this in 3ed1ae1 Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants