-
Notifications
You must be signed in to change notification settings - Fork 29k
[Minor][Doc] Minor doc change for YARN credential providers #16444
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
|
cc @jerryshao |
|
Test build #70767 has finished for PR 16444 at commit
|
| * | ||
| * Also each credential provider is controlled by | ||
| * spark.yarn.security.credentials.{service}.enabled, it will not be loaded in if set to false. | ||
| * E.g., hive's credential provider [[HiveCredentialProvider]] can be enable/disable by |
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.
Nit: "For example, Hive's ..." and "can be enabled/disabled"
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.
Fixed. Thanks.
|
Test build #70773 has finished for PR 16444 at commit
|
|
LGTM, thanks for the fix @viirya . |
|
Merged to master/2.1 |
## What changes were proposed in this pull request?
The configuration `spark.yarn.security.tokens.{service}.enabled` is deprecated. Now we should use `spark.yarn.security.credentials.{service}.enabled`. Some places in the doc is not updated yet.
## How was this patch tested?
N/A. Just doc change.
Please review http://spark.apache.org/contributing.html before opening a pull request.
Author: Liang-Chi Hsieh <viirya@gmail.com>
Closes #16444 from viirya/minor-credential-provider-doc.
(cherry picked from commit 0ac2f1e)
Signed-off-by: Sean Owen <sowen@cloudera.com>
|
Thank you! @srowen @jerryshao |
## What changes were proposed in this pull request?
The configuration `spark.yarn.security.tokens.{service}.enabled` is deprecated. Now we should use `spark.yarn.security.credentials.{service}.enabled`. Some places in the doc is not updated yet.
## How was this patch tested?
N/A. Just doc change.
Please review http://spark.apache.org/contributing.html before opening a pull request.
Author: Liang-Chi Hsieh <viirya@gmail.com>
Closes apache#16444 from viirya/minor-credential-provider-doc.
## What changes were proposed in this pull request?
The configuration `spark.yarn.security.tokens.{service}.enabled` is deprecated. Now we should use `spark.yarn.security.credentials.{service}.enabled`. Some places in the doc is not updated yet.
## How was this patch tested?
N/A. Just doc change.
Please review http://spark.apache.org/contributing.html before opening a pull request.
Author: Liang-Chi Hsieh <viirya@gmail.com>
Closes apache#16444 from viirya/minor-credential-provider-doc.
What changes were proposed in this pull request?
The configuration
spark.yarn.security.tokens.{service}.enabledis deprecated. Now we should usespark.yarn.security.credentials.{service}.enabled. Some places in the doc is not updated yet.How was this patch tested?
N/A. Just doc change.
Please review http://spark.apache.org/contributing.html before opening a pull request.