-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-3216] [SPARK-3232] Spark-shell is broken in branch-1.0 / Backport SPARK-3006 into branch-1.0 #2136
Conversation
Jenkins, test this please. |
@andrewor14 I also tried but couldn't let Jenkins work... |
@@ -19,4 +19,4 @@ rem | |||
|
|||
set SPARK_HOME=%~dp0.. | |||
|
|||
cmd /V /E /C %SPARK_HOME%\bin\spark-submit.cmd spark-shell %* --class org.apache.spark.repl.Main | |||
cmd /V /E /C %SPARK_HOME%\bin\spark-submit.cmd --class org.apache.spark.repl.Main spark-shell %* |
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.
This won't actually work. You need to put the %*
before spark-shell
Jenkins, test this please. |
Test would not start... /CC @andrewor14 @pwendell |
Jenkins, retest this please. |
Jenkins, retest this please. |
Jenkins, retest this please |
Does anybody know why Jenkins won't pick this up ? Its annoying that we can't use spark-shell from branch-1.0 |
I figured out why Jenkins doesn't work. It looks for |
@pwendell just fixed it on our side. Now it goes and fetches Jenkins, test this please. |
Jenkins, retest this please |
QA tests have started for PR 2136 at commit
|
QA tests have finished for PR 2136 at commit
|
@andrewor14 Is this good to merge ? Or are there any comments that haven't been addressed ? |
Thanks @andrewor14 ! |
…ort SPARK-3006 into branch-1.0 Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Author: Andrew Or <andrewor14@gmail.com> Closes #2136 from sarutak/SPARK-3216 and squashes the following commits: 5c20d2d [Kousuke Saruta] Merge branch 'branch-1.0' of git://git.apache.org/spark into SPARK-3216 af0517f [Kousuke Saruta] Modified spark-shell.cmd, backporting SPARK-3006 bbc7221 [Kousuke Saruta] Replace 4-space into 2-space 15cd980 [Andrew Or] Fix spark-shell in branch-1.0
GitHub won't close pull requests from commit messages unless those commits are merged into master. |
May I close this PR manually? |
Yes, please go ahead and close it, now that Andrew has merged your patch. Thanks! |
No description provided.