Skip to content

[SPARK-22757][K8S] Enable spark.jars and spark.files in KUBERNETES mode #20157

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
Closed

[SPARK-22757][K8S] Enable spark.jars and spark.files in KUBERNETES mode #20157

wants to merge 1 commit into from

Conversation

liyinan926
Copy link
Contributor

What changes were proposed in this pull request?

We missed enabling spark.files and spark.jars in #19954. The result is that remote dependencies specified through spark.files or spark.jars are not included in the list of remote dependencies to be downloaded by the init-container. This PR fixes it.

How was this patch tested?

Manual tests.

@vanzin Can you help review? Thanks!

@foxish

@vanzin
Copy link
Contributor

vanzin commented Jan 4, 2018

Looks good pending tests.

@foxish
Copy link
Contributor

foxish commented Jan 4, 2018

LGTM, thanks!

@vanzin
Copy link
Contributor

vanzin commented Jan 4, 2018

Please open the PR against master.

@liyinan926
Copy link
Contributor Author

@vanzin created #20160. Closing this one.

@liyinan926 liyinan926 closed this Jan 4, 2018
@SparkQA
Copy link

SparkQA commented Jan 5, 2018

Test build #85698 has finished for PR 20157 at commit a98a231.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liyinan926 liyinan926 deleted the branch-2.3-2 branch January 5, 2018 06:18
asfgit pushed a commit that referenced this pull request Jan 5, 2018
## What changes were proposed in this pull request?

We missed enabling `spark.files` and `spark.jars` in #19954. The result is that remote dependencies specified through `spark.files` or `spark.jars` are not included in the list of remote dependencies to be downloaded by the init-container. This PR fixes it.

## How was this patch tested?

Manual tests.

vanzin This replaces #20157.

foxish

Author: Yinan Li <liyinan926@gmail.com>

Closes #20160 from liyinan926/SPARK-22757.

(cherry picked from commit 6cff7d1)
Signed-off-by: Felix Cheung <felixcheung@apache.org>
zzcclp pushed a commit to zzcclp/spark that referenced this pull request Jan 5, 2018
## What changes were proposed in this pull request?

We missed enabling `spark.files` and `spark.jars` in apache#19954. The result is that remote dependencies specified through `spark.files` or `spark.jars` are not included in the list of remote dependencies to be downloaded by the init-container. This PR fixes it.

## How was this patch tested?

Manual tests.

vanzin This replaces apache#20157.

foxish

Author: Yinan Li <liyinan926@gmail.com>

Closes apache#20160 from liyinan926/SPARK-22757.
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