-
Notifications
You must be signed in to change notification settings - Fork 29k
Update run-example #1011
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
Update run-example #1011
Conversation
Old code can only be ran under spark_home and use "bin/run-example". Error "./run-example: line 55: ./bin/spark-submit: No such file or directory" appears when running in other place. So change this
|
Can one of the admins verify this patch? |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
@maji2014 do you mind editing the title of this pull request to say: [SPARK-2057] run-example can only be ran under spark_home Then we can merge this. |
Old code can only be ran under spark_home and use "bin/run-example". Error "./run-example: line 55: ./bin/spark-submit: No such file or directory" appears when running in other place. So change this Author: maji2014 <[email protected]> Closes #1011 from maji2014/master and squashes the following commits: 2cc1af6 [maji2014] Update run-example Closes #988. (cherry picked from commit e9261d0) Signed-off-by: Patrick Wendell <[email protected]>
|
@rxin my bad - I didn't see your comment and merged this :( |
Old code can only be ran under spark_home and use "bin/run-example". Error "./run-example: line 55: ./bin/spark-submit: No such file or directory" appears when running in other place. So change this Author: maji2014 <[email protected]> Closes apache#1011 from maji2014/master and squashes the following commits: 2cc1af6 [maji2014] Update run-example Closes apache#988.
Old code can only be ran under spark_home and use "bin/run-example". Error "./run-example: line 55: ./bin/spark-submit: No such file or directory" appears when running in other place. So change this Author: maji2014 <[email protected]> Closes apache#1011 from maji2014/master and squashes the following commits: 2cc1af6 [maji2014] Update run-example Closes apache#988.
Co-authored-by: Egor Krivokon <>
Co-authored-by: Egor Krivokon <>
Old code can only be ran under spark_home and use "bin/run-example".
Error "./run-example: line 55: ./bin/spark-submit: No such file or directory" appears when running in other place. So change this