Uh oh!
There was an error while loading. Please reload this page.
[SPARK-16606] [CORE] Misleading warning for SparkContext.getOrCreate "WARN SparkContext: Use an existing SparkContext, some configuration may not take effect." - #14533
Closed
srowen wants to merge 1 commit into
Conversation
… wasn't ignored because a new context is created with it or b) no config was actually provided
SparkQA
commented
Aug 8, 2016
Test build #63344 has finished for PR 14533 at commit
|
markhamstra
commented
Aug 8, 2016
Contributor
PR title typo? Intended "misleading"? |
jaceklaskowski
commented
Aug 9, 2016
Contributor
LGTM |
srowen
commented
Aug 9, 2016
MemberAuthor
Merged to master |
asfgit pushed a commit
that referenced
this pull request
Oct 22, 2016
… the same log message typo ## What changes were proposed in this pull request? Tiny follow-up to SPARK-16606 / #14533 , to correct more instances of the same log message typo ## How was this patch tested? Existing tests (no functional change anyway) Author: Sean Owen <sowen@cloudera.com> Closes#15586 from srowen/SPARK-16606.2. (cherry picked from commit 7178c56) Signed-off-by: Reynold Xin <rxin@databricks.com>
asfgit pushed a commit
that referenced
this pull request
Oct 22, 2016
… the same log message typo ## What changes were proposed in this pull request? Tiny follow-up to SPARK-16606 / #14533 , to correct more instances of the same log message typo ## How was this patch tested? Existing tests (no functional change anyway) Author: Sean Owen <sowen@cloudera.com> Closes#15586 from srowen/SPARK-16606.2.
robert3005 pushed a commit
to palantir/spark
that referenced
this pull request
Nov 1, 2016
… the same log message typo ## What changes were proposed in this pull request? Tiny follow-up to SPARK-16606 / apache#14533 , to correct more instances of the same log message typo ## How was this patch tested? Existing tests (no functional change anyway) Author: Sean Owen <sowen@cloudera.com> Closesapache#15586 from srowen/SPARK-16606.2.
uzadude pushed a commit
to uzadude/spark
that referenced
this pull request
Jan 27, 2017
… the same log message typo ## What changes were proposed in this pull request? Tiny follow-up to SPARK-16606 / apache#14533 , to correct more instances of the same log message typo ## How was this patch tested? Existing tests (no functional change anyway) Author: Sean Owen <sowen@cloudera.com> Closesapache#15586 from srowen/SPARK-16606.2.
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?
SparkContext.getOrCreate shouldn't warn about ignored config if
How was this patch tested?
Jenkins + existing tests.