fix issue with spark-submit with java#18878
Closed
brandonJY wants to merge 1 commit intoapache:masterfrom
Closed
Conversation
remove quote when specify class using spark-submit in command line.
|
Can one of the admins verify this patch? |
Member
|
Why wouldn't it work? This is interpreted by bash |
Contributor
Author
|
Running spark 2.2.0 standalone mode in Ubuntu 16.04 LTS. It interprets classpath with the quote. E.g. for classname= |
Member
|
It works fine for me in, for example: The thing is the quotes never even make it to the submit script, right? bash interprets them. That's why I can't see how this would be an issue. What's your exact command line? |
Member
|
it works fine for me too. Mine was mac. |
Contributor
Author
|
Never mind. I found it is actually something in my config. Silly mistake. Sorry for the trouble. Closing this PR now. |
Member
|
Thanks for confirmation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
remove quote when specifying class using spark-submit in command line.
Specifying java class with quote does not work. Suggest to remove it.
How was this patch tested?
Built and the code for this application, ran jekyll locally per docs/README.md.