beliefer commented on a change in pull request #28044: [SPARK-31282][DOC]
Supplement version for configuration appear in security doc
URL: https://github.com/apache/spark/pull/28044#discussion_r399073176
##########
File path: docs/security.md
##########
@@ -796,16 +813,17 @@ deployment-specific page for more information.
The following options provides finer-grained control for this feature:
<table class="table">
-<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
+<tr><th>Property Name</th><th>Default</th><th>Meaning</th><th>Since
Version</th></tr>
<tr>
<td><code>spark.security.credentials.${service}.enabled</code></td>
<td><code>true</code></td>
<td>
- Controls whether to obtain credentials for services when security is enabled.
- By default, credentials for all supported services are retrieved when those
services are
- configured, but it's possible to disable that behavior if it somehow
conflicts with the
- application being run.
+ Controls whether to obtain credentials for services when security is
enabled.
+ By default, credentials for all supported services are retrieved when
those services are
+ configured, but it's possible to disable that behavior if it somehow
conflicts with the
+ application being run.
</td>
+ <td>2.3.0</td>
Review comment:
SPARK-20434, commit ID:
a18d637112b97d2caaca0a8324bdd99086664b24#diff-da6c1fd6d8b0c7538a3e77a09e06a083
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]