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-12228] [SQL] Try to run execution hive's derby in memory. #10204

Closed
wants to merge 1 commit into from
Closed

[SPARK-12228] [SQL] Try to run execution hive's derby in memory. #10204

wants to merge 1 commit into from

Conversation

yhuai
Copy link
Contributor

@yhuai yhuai commented Dec 8, 2015

This PR tries to make execution hive's derby run in memory since it is a fake metastore and every time we create a HiveContext, we will switch to a new one. It is possible that it can reduce the flakyness of our tests that need to create HiveContext (e.g. HiveSparkSubmitSuite). I will test it more.

https://issues.apache.org/jira/browse/SPARK-12228

@yhuai
Copy link
Contributor Author

yhuai commented Dec 8, 2015

test this please

1 similar comment
@yhuai
Copy link
Contributor Author

yhuai commented Dec 8, 2015

test this please

@SparkQA
Copy link

SparkQA commented Dec 8, 2015

Test build #47353 has finished for PR 10204 at commit 207895b.

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

@yhuai yhuai changed the title [SQL] Try to run execution hive's derby in memory. [SPARK-12228] [SQL] Try to run execution hive's derby in memory. Dec 9, 2015
@SparkQA
Copy link

SparkQA commented Dec 9, 2015

Test build #47404 has finished for PR 10204 at commit 8546b8b.

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

@SparkQA
Copy link

SparkQA commented Dec 9, 2015

Test build #47431 has finished for PR 10204 at commit bb05131.

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

@SparkQA
Copy link

SparkQA commented Dec 9, 2015

Test build #47441 has started for PR 10204 at commit a4a84c1.

@yhuai
Copy link
Contributor Author

yhuai commented Dec 9, 2015

test this please

@SparkQA
Copy link

SparkQA commented Dec 10, 2015

Test build #47455 has finished for PR 10204 at commit a4a84c1.

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

@SparkQA
Copy link

SparkQA commented Dec 10, 2015

Test build #47475 has finished for PR 10204 at commit 2cfa979.

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

@SparkQA
Copy link

SparkQA commented Dec 10, 2015

Test build #47527 has finished for PR 10204 at commit c5294a9.

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

@marmbrus
Copy link
Contributor

LGTM

@yhuai
Copy link
Contributor Author

yhuai commented Dec 10, 2015

Thanks! Merging to master.

@asfgit asfgit closed this in ec5f9ed Dec 10, 2015
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