-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-2849] bin/spark-submit should respect spark.driver.* for client mode #1770
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
250cb95
Do not ignore spark.driver.extra* for client mode
andrewor14 a2ab1b0
Parse spark.driver.extra* in bash
andrewor14 0025474
Revert SparkSubmit handling of --driver-* options for only cluster mode
andrewor14 63ed2e9
Merge branch 'master' of github.com:apache/spark into submit-driver-e…
andrewor14 75ee6b4
Remove accidentally added file
andrewor14 8843562
Fix compilation issues...
andrewor14 98dd8e3
Add warning if properties file does not exist
andrewor14 130f295
Handle spark.driver.memory too
andrewor14 4edcaa8
Redirect stdout to stderr for python
andrewor14 e5cfb46
Collapse duplicate code + fix potential whitespace issues
andrewor14 4ec22a1
Merge branch 'master' of github.com:apache/spark into submit-driver-e…
andrewor14 ef12f74
Minor formatting
andrewor14 fa2136e
Escape Java options + parse java properties files properly
andrewor14 dec2343
Only export variables if they exist
andrewor14 a4df3c4
Move parsing and escaping logic to utils.sh
andrewor14 de765c9
Print spark-class command properly
andrewor14 8e552b7
Include an example of spark.*.extraJavaOptions
andrewor14 c13a2cb
Merge branch 'master' of github.com:apache/spark into submit-driver-e…
andrewor14 c854859
Add small comment
andrewor14 1cdc6b1
Fix bug: escape escaped double quotes properly
andrewor14 45a1eb9
Fix bug: escape escaped backslashes and quotes properly...
andrewor14 aabfc7e
escape -> split (minor)
andrewor14 a992ae2
Escape spark.*.extraJavaOptions correctly
andrewor14 c7b9926
Minor changes to spark-defaults.conf.template
andrewor14 5d8f8c4
Merge branch 'master' of github.com:apache/spark into submit-driver-e…
andrewor14 e793e5f
Handle multi-line arguments
andrewor14 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Minor formatting
- Loading branch information
commit ef12f74b9b7e7edcefb6b82cb53de3eccbf0d9ad
There are no files selected for viewing
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
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.
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.
I'm not sure you want
/ghere, in the unlikely case that$1is part of the option's value.