-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-2964] [SQL] Remove duplicated code from spark-sql and start-thriftserver.sh #1886
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
|
QA tests have started for PR 1886. This patch merges cleanly. |
|
QA results for PR 1886: |
|
I think, much better solution is modify spark-sql script to use utils.sh. |
|
QA tests have started for PR 1886. This patch merges cleanly. |
bin/spark-sql
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the extra newline.
|
|
|
@liancheng Thanks reviewing! |
|
QA tests have started for PR 1886. This patch merges cleanly. |
bin/spark-sql
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually the eval here has to be removed since we've already quoted things. You may try the following to verify:
./bin/spark-sql --name "a b"|
QA tests have started for PR 1886. This patch merges cleanly. |
|
@liancheng is this good to go? |
|
Jenkins, test this please. |
|
QA tests have started for PR 1886. This patch merges cleanly. |
|
@marmbrus Yes, this is ready to be merged. |
|
Hmmm... could me more transient failures (/cc @davies @JoshRosen), but since you modified pyspark launching scripts i'm hesitant to merge this until it passes jenkins. |
|
Jenkins, test this please. |
|
Oh... Jenkins doesn't like me? :( |
|
Jenkins is indeed a little overloaded these days because of all those passionate contributors like you :) But this time I think it's because this branch can no longer be merged cleanly. Would you mind to rebase this PR? BTW, we can make |
|
@liancheng Thanks! |
|
QA tests have started for PR 1886 at commit
|
|
QA tests have finished for PR 1886 at commit
|
|
QA tests have started for PR 1886 at commit
|
|
QA tests have finished for PR 1886 at commit
|
|
@sarutak Would you mind to add a description of fixing the |
|
QA tests have started for PR 1886 at commit
|
|
I rebased #1994 to this PR for now, and rename the title of this PR to proper one. |
|
QA tests have finished for PR 1886 at commit
|
|
LGTM. @sarutak Did you merge my branch to yours? 'Cause I saw my commits in the history of this branch. Actually you can first update your local master branch, then execute |
|
@liancheng Yes, I merged your branch to mine. I'll update my branch if your #1994 is updated, thanks! |
|
Can you please update this to resolve the merge conflicts? |
|
QA tests have started for PR 1886 at commit
|
|
QA tests have finished for PR 1886 at commit
|
|
Jenkins, retest this please. |
|
QA tests have started for PR 1886 at commit
|
|
QA tests have finished for PR 1886 at commit
|
|
I believe the failure is not caused by my changes. |
|
Jenkins, retest this please. |
|
QA tests have started for PR 1886 at commit
|
|
QA tests have finished for PR 1886 at commit
|
|
Thanks! I've merged this to master and 1.1. |
…riftserver.sh Author: Cheng Lian <[email protected]> Author: Kousuke Saruta <[email protected]> Closes #1886 from sarutak/SPARK-2964 and squashes the following commits: 8ef8751 [Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark into SPARK-2964 26e7c95 [Kousuke Saruta] Revert "Shorten timeout to more reasonable value" ffb68fa [Kousuke Saruta] Modified spark-sql and start-thriftserver.sh to use bin/utils.sh 8c6f658 [Kousuke Saruta] Merge branch 'spark-3026' of https://github.com/liancheng/spark into SPARK-2964 81b43a8 [Cheng Lian] Shorten timeout to more reasonable value a89e66d [Cheng Lian] Fixed command line options quotation in scripts 9c894d3 [Cheng Lian] Fixed bin/spark-sql -S option typo be4736b [Cheng Lian] Report better error message when running JDBC/CLI without hive-thriftserver profile enabled (cherry picked from commit faeb9c0) Signed-off-by: Michael Armbrust <[email protected]>
…riftserver.sh Author: Cheng Lian <[email protected]> Author: Kousuke Saruta <[email protected]> Closes apache#1886 from sarutak/SPARK-2964 and squashes the following commits: 8ef8751 [Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark into SPARK-2964 26e7c95 [Kousuke Saruta] Revert "Shorten timeout to more reasonable value" ffb68fa [Kousuke Saruta] Modified spark-sql and start-thriftserver.sh to use bin/utils.sh 8c6f658 [Kousuke Saruta] Merge branch 'spark-3026' of https://github.com/liancheng/spark into SPARK-2964 81b43a8 [Cheng Lian] Shorten timeout to more reasonable value a89e66d [Cheng Lian] Fixed command line options quotation in scripts 9c894d3 [Cheng Lian] Fixed bin/spark-sql -S option typo be4736b [Cheng Lian] Report better error message when running JDBC/CLI without hive-thriftserver profile enabled
No description provided.