Uh oh!
There was an error while loading. Please reload this page.
[SPARK-19607][HOTFIX] Finding QueryExecution that matches provided executionId - #16943
Closed
dongjoon-hyun wants to merge 1 commit into
Closed
[SPARK-19607][HOTFIX] Finding QueryExecution that matches provided executionId#16943dongjoon-hyun wants to merge 1 commit into
dongjoon-hyun wants to merge 1 commit into
Conversation
rxin
commented
Feb 15, 2017
Contributor
Merging in master. |
| assert(df.queryExecution === queryExecution) | ||
| spark.stop() |
Contributor
There was a problem hiding this comment.
@dongjoon-hyun should we do this in a try..finally?
MemberAuthor
There was a problem hiding this comment.
Oh, sorry. @hvanhovell . Should I make another followup PR for that to be safer?
SparkQA
commented
Feb 15, 2017
Test build #72950 has finished for PR 16943 at commit
|
cmonkey pushed a commit
to cmonkey/spark
that referenced
this pull request
Feb 16, 2017
…ecutionId ## What changes were proposed in this pull request? apache#16940 adds a test case which does not stop the spark job. It causes many failures of other test cases. - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.7/2403/consoleFull - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-maven-hadoop-2.7/2600/consoleFull ``` [info] org.apache.spark.SparkException: Only one SparkContext may be running in this JVM (see SPARK-2243). To ignore this error, set spark.driver.allowMultipleContexts = true. The currently running SparkContext was created at: ``` ## How was this patch tested? Pass the Jenkins test. Author: Dongjoon Hyun <dongjoon@apache.org> Closesapache#16943 from dongjoon-hyun/SPARK-19607-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?
#16940 adds a test case which does not stop the spark job. It causes many failures of other test cases.
How was this patch tested?
Pass the Jenkins test.