-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-14743][YARN] Add a configurable credential manager for Spark running on YARN #14065
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 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
b1143e5
Add ConfigurableTokenManager initial commit
jerryshao 80e586e
Further change on ConfigurableTokenManager
jerryshao b91ca5e
Some refactory works and unit test added
jerryshao e7601c6
Add more unit tests
jerryshao 9c3f35f
Add more comments
jerryshao 3ce82af
Add Mima exclusion
jerryshao b0a415d
supress the token fetch exception
jerryshao e1cc923
Address the comments to change consolidate the interface and change t…
jerryshao 5f51221
Add default credential providers for service loader
jerryshao cc0edf2
Add some comments
jerryshao c53b0f5
Add rat exclude
jerryshao d19b9e4
Minor change
jerryshao 127f6fc
Address the comment
jerryshao ebc5ffd
Change to structure
jerryshao 33e2740
Further refactor
jerryshao 5b6f6ea
Further change the code and add docs
jerryshao fdb54f0
Further refactor the codes according to the comments
jerryshao b412057
Docs change
jerryshao d284dc3
Further address the comments
jerryshao d0e2842
Style and typo fix
jerryshao b254a75
Simplify the credential update logic
jerryshao 71df428
Change the codes according the comments
jerryshao bce8cd6
Change the doc
jerryshao 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
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
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
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
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
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
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
3 changes: 3 additions & 0 deletions
3
...sources/META-INF/services/org.apache.spark.deploy.yarn.security.ServiceCredentialProvider
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| org.apache.spark.deploy.yarn.security.HDFSCredentialProvider | ||
| org.apache.spark.deploy.yarn.security.HBaseCredentialProvider | ||
| org.apache.spark.deploy.yarn.security.HiveCredentialProvider |
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
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
Oops, something went wrong.
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.
Hmm, it seems like this example should be before the paragraph you're adding.