-
- Downloads
[SPARK-19179][YARN] Change spark.yarn.access.namenodes config and update docs
## What changes were proposed in this pull request? `spark.yarn.access.namenodes` configuration cannot actually reflects the usage of it, inside the code it is the Hadoop filesystems we get tokens, not NNs. So here propose to update the name of this configuration, also change the related code and doc. ## How was this patch tested? Local verification. Author: jerryshao <sshao@hortonworks.com> Closes #16560 from jerryshao/SPARK-19179.
Showing
- core/src/main/scala/org/apache/spark/SparkConf.scala 4 additions, 2 deletionscore/src/main/scala/org/apache/spark/SparkConf.scala
- docs/running-on-yarn.md 10 additions, 9 deletionsdocs/running-on-yarn.md
- resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala 5 additions, 0 deletions.../src/main/scala/org/apache/spark/deploy/yarn/config.scala
- resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/security/HadoopFSCredentialProvider.scala 4 additions, 4 deletions...ark/deploy/yarn/security/HadoopFSCredentialProvider.scala
Loading
Please register or sign in to comment