-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-2118] spark class should complain if tools jar is missing. #1068
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
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
@ScrapCodes I don't think this is what we want - because the tools jar is not required in the general case. We should only check this if the main class is |
|
@pwendell Did I miss anything ? |
bin/spark-class
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.
Could you just use two echo statements here? It's more consistent with the rest of this script:
https://github.com/apache/spark/pull/1068/files#diff-fdf4d3e600042c63ffa17b692c4372a3L116
Also, it will save two lines and preserve the indentation.
|
@ScrapCodes sorry - you are right! I just have one style comment, otherwise LGTM. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Thanks - I tested this locally and it looks good! |
Author: Prashant Sharma <[email protected]> Closes apache#1068 from ScrapCodes/SPARK-2118/tools-jar-check and squashes the following commits: 29e768b [Prashant Sharma] Code Review 5cb6f7d [Prashant Sharma] [SPARK-2118] spark class should complaing if tools jar is missing.
Author: Prashant Sharma <[email protected]> Closes apache#1068 from ScrapCodes/SPARK-2118/tools-jar-check and squashes the following commits: 29e768b [Prashant Sharma] Code Review 5cb6f7d [Prashant Sharma] [SPARK-2118] spark class should complaing if tools jar is missing.
* [CARMEL-6222]Improve congestion in shuffle service
…4.9.3 (apache#1068) Co-authored-by: Egor Krivokon <>
…4.9.3 (apache#1068) Co-authored-by: Egor Krivokon <>
No description provided.