-
- Downloads
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. Author: Thomas Graves <tgraves@apache.org> Closes #1159 from tgravescs/spark-1528 and squashes the following commits: ddbcd16 [Thomas Graves] review comments 0ac8501 [Thomas Graves] SPARK-1528 - add support for accessing remote HDFS
Showing
- docs/running-on-yarn.md 7 additions, 0 deletionsdocs/running-on-yarn.md
- yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala 40 additions, 16 deletions.../main/scala/org/apache/spark/deploy/yarn/ClientBase.scala
- yarn/common/src/test/scala/org/apache/spark/deploy/yarn/ClientBaseSuite.scala 54 additions, 1 deletion.../scala/org/apache/spark/deploy/yarn/ClientBaseSuite.scala
Loading
Please register or sign in to comment