Skip to content

Commit 4b14c52

Browse files
committed
Address comment.
1 parent f89a31a commit 4b14c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/security/ConfigurableCredentialManager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import org.apache.spark.util.Utils
3838
*
3939
* Also each credential provider is controlled by
4040
* spark.yarn.security.credentials.{service}.enabled, it will not be loaded in if set to false.
41-
* E.g., hive's credential provider [[HiveCredentialProvider]] can be enable/disable by
41+
* For example, Hive's credential provider [[HiveCredentialProvider]] can be enabled/disabled by
4242
* the configuration spark.yarn.security.credentials.hive.enabled.
4343
*/
4444
private[yarn] final class ConfigurableCredentialManager(

0 commit comments

Comments
 (0)