Uh oh!
There was an error while loading. Please reload this page.
[SQL]fix spark sql hive tests time out issue - #2566
Conversation
scwf
commented
Sep 28, 2014
@marmbrus, can you test this |
AmplabJenkins
commented
Sep 28, 2014
Can one of the admins verify this patch? |
marmbrus
commented
Sep 28, 2014
ok to test |
SparkQA
commented
Sep 28, 2014
QA tests have started for PR 2566 at commit
|
SparkQA
commented
Sep 28, 2014
QA tests have finished for PR 2566 at commit
|
AmplabJenkins
commented
Sep 28, 2014
Test FAILed. |
scwf
commented
Sep 28, 2014
unset |
SparkQA
commented
Sep 28, 2014
QA tests have started for PR 2566 at commit
|
marmbrus
commented
Sep 28, 2014
SparkQA
commented
Sep 28, 2014
QA tests have finished for PR 2566 at commit
|
AmplabJenkins
commented
Sep 28, 2014
Test PASSed. |
SparkQA
commented
Sep 28, 2014
QA tests have started for PR 2566 at commit
|
SparkQA
commented
Sep 28, 2014
QA tests have started for PR 2566 at commit
|
SparkQA
commented
Sep 28, 2014
QA tests have finished for PR 2566 at commit
|
SparkQA
commented
Sep 28, 2014
QA tests have finished for PR 2566 at commit
|
SparkQA
commented
Sep 28, 2014
QA tests have started for PR 2566 at commit
|
SparkQA
commented
Sep 28, 2014
QA tests have started for PR 2566 at commit
|
SparkQA
commented
Sep 29, 2014
QA tests have finished for PR 2566 at commit
|
SparkQA
commented
Sep 29, 2014
QA tests have finished for PR 2566 at commit
|
scwf
commented
Sep 29, 2014
@marmbrus, i tested the test case that hang on by |
scwf
commented
Sep 29, 2014
sum up the things i see |
marmbrus
commented
Oct 1, 2014
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? |
scwf
commented
Oct 1, 2014
ok . There may be a potential bug in sql(cache table in-memory) to lead this, we can diagnose it by merging #1689. |
marmbrus
commented
Oct 1, 2014
Can you elaborate on what you think the bug is? Perhaps discuss with @erikerlandson. |
scwf
commented
Oct 1, 2014
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.