-
- Downloads
SPARK-1680: use configs for specifying environment variables on YARN
Note that this also documents spark.executorEnv.* which to me means its public. If we don't want that please speak up. Author: Thomas Graves <tgraves@apache.org> Closes #1512 from tgravescs/SPARK-1680 and squashes the following commits: 11525df [Thomas Graves] more doc changes 553bad0 [Thomas Graves] fix documentation 152bf7c [Thomas Graves] fix docs 5382326 [Thomas Graves] try fix docs 32f86a4 [Thomas Graves] use configs for specifying environment variables on YARN
Showing
- docs/configuration.md 8 additions, 0 deletionsdocs/configuration.md
- docs/running-on-yarn.md 17 additions, 5 deletionsdocs/running-on-yarn.md
- yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala 13 additions, 0 deletions.../main/scala/org/apache/spark/deploy/yarn/ClientBase.scala
- yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ExecutorRunnableUtil.scala 5 additions, 1 deletion...a/org/apache/spark/deploy/yarn/ExecutorRunnableUtil.scala
Please register or sign in to comment