Uh oh!
There was an error while loading. Please reload this page.
[SPARK-32160][CORE][PYSPARK][FOLLOWUP] Change the config name to switch allow/disallow SparkContext in executors. - #29340
Closed
ueshin wants to merge 2 commits into
Closed
Conversation
SparkQA
commented
Aug 3, 2020
Test build #127005 has finished for PR 29340 at commit
|
HyukjinKwon
commented
Aug 4, 2020
Member
+1 I think this makes more sense. |
HyukjinKwon
approved these changes
Aug 4, 2020
SparkQA
commented
Aug 4, 2020
Test build #127013 has finished for PR 29340 at commit
|
cloud-fan
approved these changes
Aug 4, 2020
cloud-fan
commented
Aug 4, 2020
Contributor
retest this please |
HyukjinKwon
commented
Aug 4, 2020
Member
I am merging this to get this in Spark 3.0.1. The test failure in Kafka will be fixed at #29343. |
HyukjinKwon
commented
Aug 4, 2020
Member
Merged to master. |
dongjoon-hyun
commented
Aug 4, 2020
Member
Please note that there is a PR for the 170 |
SparkQA
commented
Aug 4, 2020
Test build #127023 has finished for PR 29340 at commit
|
SparkQA
commented
Aug 4, 2020
Test build #127021 has finished for PR 29340 at commit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This is a follow-up of #29278.
This PR changes the config name to switch allow/disallow
SparkContextin executors as per the comment #29278 (review).Why are the changes needed?
The config name
spark.executor.allowSparkContextis more reasonable.Does this PR introduce any user-facing change?
Yes, the config name is changed.
How was this patch tested?
Updated tests.