Uh oh!
There was an error while loading. Please reload this page.
[SPARK-3658][SQL]Take thrift server as a daemon - #2509
Conversation
SparkQA
commented
Sep 23, 2014
QA tests have started for PR 2509 at commit
|
SparkQA
commented
Sep 23, 2014
QA tests have finished for PR 2509 at commit
|
SparkQA
commented
Sep 23, 2014
Test PASSed. |
pwendell
commented
Sep 25, 2014
@liancheng - can you take a look at this one? |
There was a problem hiding this comment.
I feel complicated to add this logic here... SparkSubmit should not be coupled with Thrift server, but it seems that this is the only legitimate place.
There was a problem hiding this comment.
After some thoughts, I think it's OK to add this checking here. Mainly because it avoids using the exit code checking trick, which may cause potential exit code conflict.
liancheng
commented
Sep 25, 2014
Generally this is a good idea. But it would be better to make |
SparkQA
commented
Sep 25, 2014
QA tests have started for PR 2509 at commit
|
WangTaoTheTonic
commented
Sep 25, 2014
@liancheng As you said, I put "spark-submit" as an option to achieve generalization and use source(dot) instead of As for the ClassNotFound error message, we could either do like this or just delete it? please check.thanks |
SparkQA
commented
Sep 25, 2014
QA tests have finished for PR 2509 at commit
|
AmplabJenkins
commented
Sep 25, 2014
Test PASSed. |
There was a problem hiding this comment.
This file should be executable, please chmod +x.
liancheng
commented
Sep 27, 2014
Thanks for working on this! I tested this PR locally and it works fine. But there are still some minor issues pending to be resolved, please refer to the comments for details. |
WangTaoTheTonic
commented
Sep 28, 2014
@liancheng I tried |
AmplabJenkins
commented
Sep 28, 2014
Test FAILed. |
SparkQA
commented
Sep 28, 2014
QA tests have started for PR 2509 at commit
|
liancheng
commented
Sep 28, 2014
After updating my local repo, I found that |
SparkQA
commented
Sep 28, 2014
Tests timed out after a configured wait of |
WangTaoTheTonic
commented
Sep 28, 2014
eh...I cloned the repository on another laptop and found it's executable, as shown in top-left corner of https://github.com/WangTaoTheTonic/spark/blob/thriftserver/sbin/stop-thriftserver.sh. Could you verify this again? |
liancheng
commented
Sep 29, 2014
Ah, sorry, my fault. Then this LGTM, thanks! |
pwendell
commented
Sep 29, 2014
Jenkins, test this please. |
SparkQA
commented
Sep 29, 2014
QA tests have started for PR 2509 at commit
|
SparkQA
commented
Sep 29, 2014
QA tests have finished for PR 2509 at commit
|
AmplabJenkins
commented
Sep 29, 2014
Test PASSed. |
marmbrus
commented
Oct 1, 2014
Thanks! I've merged this to master. |
https://issues.apache.org/jira/browse/SPARK-3658
And keep the
CLASS_NOT_FOUND_EXIT_STATUSand exit message inSparkSubmit.scala.