-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SQL]fix spark sql hive tests time out issue #2566
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
Conversation
|
@marmbrus, can you test this |
|
Can one of the admins verify this patch? |
|
ok to test |
|
QA tests have started for PR 2566 at commit
|
|
QA tests have finished for PR 2566 at commit
|
|
Test FAILed. |
|
unset |
|
QA tests have started for PR 2566 at commit
|
|
QA tests have finished for PR 2566 at commit
|
|
Test PASSed. |
|
QA tests have started for PR 2566 at commit
|
|
QA tests have started for PR 2566 at commit
|
|
QA tests have finished for PR 2566 at commit
|
|
QA tests have finished for PR 2566 at commit
|
|
QA tests have started for PR 2566 at commit
|
|
QA tests have started for PR 2566 at commit
|
|
QA tests have finished for PR 2566 at commit
|
|
QA tests have finished for PR 2566 at commit
|
|
@marmbrus, i tested the test case that hang on by |
|
sum up the things i see |
|
Thanks again for looking into this! Tracking down the PR that broke things was really helpful! Can we close this issue now that the other PR has been reverted? |
|
ok . There may be a potential bug in sql(cache table in-memory) to lead this, we can diagnose it by merging #1689. |
|
Can you elaborate on what you think the bug is? Perhaps discuss with @erikerlandson. |
|
I did not find the root cause, i debug this problem and it hang on in https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala#L298 |
When set
TestHive.cacheTables = truethencorrelationoptimizer14will be pending which lead to time out, maybe there are some issue bebind this. This PR is a quick fix for the hive test issue.