GitHub user tgravescs opened a pull request:
https://github.com/apache/spark/pull/1159
SPARK-1528 - spark on yarn, add support for accessing remote HDFS
Add a config (spark.yarn.access.namenodes) to allow applications running on
yarn to access other secure HDFS cluster. User just specifies the namenodes of
the other clusters and we get Tokens for those and ship them with the spark
application.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tgravescs/spark spark-1528
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1159.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 #1159
----
commit 2beabdae1cefe9ce6c923c6e3e0e780c5cd4e26a
Author: Thomas Graves <[email protected]>
Date: 2014-06-20T18:32:50Z
SPARK-1528 - add support for accessing remote HDFS
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---