Uh oh!
There was an error while loading. Please reload this page.
[SPARK-3939][SQL] NPE caused by SessionState.out not set in thriftserver2 - #2812
[SPARK-3939][SQL] NPE caused by SessionState.out not set in thriftserver2#2812adrian-wang wants to merge 1 commit into
Conversation
SparkQA
commented
Oct 15, 2014
QA tests have started for PR 2812 at commit
|
SparkQA
commented
Oct 15, 2014
QA tests have finished for PR 2812 at commit
|
AmplabJenkins
commented
Oct 15, 2014
Test FAILed. |
adrian-wang
commented
Oct 15, 2014
retest this please. |
SparkQA
commented
Oct 15, 2014
QA tests have started for PR 2812 at commit
|
shaneknapp
commented
Oct 15, 2014
@adrian-wang i'm gonna kill the currently running test and retrigger it after i do some maintenance on our jenkins infrastructure. cool? |
AmplabJenkins
commented
Oct 15, 2014
Test FAILed. |
shaneknapp
commented
Oct 15, 2014
jenkins, test this please |
SparkQA
commented
Oct 15, 2014
QA tests have started for PR 2812 at commit
|
SparkQA
commented
Oct 15, 2014
QA tests have finished for PR 2812 at commit
|
AmplabJenkins
commented
Oct 15, 2014
Test FAILed. |
adrian-wang
commented
Oct 16, 2014
retest this please. |
SparkQA
commented
Oct 16, 2014
QA tests have started for PR 2812 at commit
|
SparkQA
commented
Oct 16, 2014
QA tests have finished for PR 2812 at commit
|
AmplabJenkins
commented
Oct 16, 2014
Test FAILed. |
adrian-wang
commented
Oct 16, 2014
retest this please. |
AmplabJenkins
commented
Oct 16, 2014
Test FAILed. |
adrian-wang
commented
Oct 16, 2014
retest this please. |
SparkQA
commented
Oct 16, 2014
QA tests have started for PR 2812 at commit
|
SparkQA
commented
Oct 16, 2014
QA tests have finished for PR 2812 at commit
|
AmplabJenkins
commented
Oct 16, 2014
Test PASSed. |
There was a problem hiding this comment.
Instead of duplicating this code, can we just change the line above to SessionState.start(SparkSQLEnv.hiveContext.sessionState). out and err would be initialized then. I'm actually not sure why we are creating our own session state here at all instead of using the one provided by the context.
liancheng
commented
Oct 22, 2014
Sorry, didn't notice this PR and also worked on this issue in #2887, which I think is a more fundamental solution. |
adrian-wang
commented
Oct 22, 2014
Never mind, I'll close this then. |
There would be an NPE caused by SessionState.out not set in thriftserver2.