Skip to content
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

[SPARK-21977][HOTFIX] Adjust EnsureStatefulOpPartitioningSuite to use scalatest lifecycle normally instead of constructor #19306

Closed
wants to merge 1 commit into from

Conversation

srowen
Copy link
Member

@srowen srowen commented Sep 21, 2017

What changes were proposed in this pull request?

Adjust EnsureStatefulOpPartitioningSuite to use scalatest lifecycle normally instead of constructor; fixes:

*** RUN ABORTED ***
  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:
org.apache.spark.sql.streaming.EnsureStatefulOpPartitioningSuite.<init>(EnsureStatefulOpPartitioningSuite.scala:35)

How was this patch tested?

Existing tests

@srowen
Copy link
Member Author

srowen commented Sep 21, 2017

CC @brkyvz

@SparkQA
Copy link

SparkQA commented Sep 21, 2017

Test build #82032 has started for PR 19306 at commit af017f0.

@brkyvz
Copy link
Contributor

brkyvz commented Sep 21, 2017

Thanks @srowen . LGTM!

@SparkQA
Copy link

SparkQA commented Sep 21, 2017

Test build #3928 has finished for PR 19306 at commit af017f0.

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

@srowen
Copy link
Member Author

srowen commented Sep 21, 2017

Merged to master

@asfgit asfgit closed this in f10cbf1 Sep 21, 2017
@srowen srowen deleted the SPARK-21977.2 branch September 22, 2017 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants