GitHub user jerryshao opened a pull request: https://github.com/apache/spark/pull/16560
[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. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jerryshao/apache-spark SPARK-19179 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/16560.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #16560 ---- commit 2e143ee2d9867f591e4a242934eac977177a359e Author: jerryshao <ss...@hortonworks.com> Date: 2017-01-12T09:11:53Z Deprecate spark.yarn.access.namenodes Change-Id: Id382d90a1b3e5cd726ee1d0badedeb433088e8b5 commit d2c651cbd4b97a9703e86c42f709dd71390e9a59 Author: jerryshao <ss...@hortonworks.com> Date: 2017-01-12T09:25:00Z revert some unnecessary changes Change-Id: I5105b6bc7b4412ef8778d445ef5b985b1cfc0b10 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org