-
- Downloads
SPARK-1053. Don't require SPARK_YARN_APP_JAR
It looks this just requires taking out the checks. I verified that, with the patch, I was able to run spark-shell through yarn without setting the environment variable. Author: Sandy Ryza <sandy@cloudera.com> Closes #553 from sryza/sandy-spark-1053 and squashes the following commits: b037676 [Sandy Ryza] SPARK-1053. Don't require SPARK_YARN_APP_JAR
Showing
- docs/running-on-yarn.md 2 additions, 4 deletionsdocs/running-on-yarn.md
- yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientArguments.scala 2 additions, 2 deletions.../scala/org/apache/spark/deploy/yarn/ClientArguments.scala
- yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala 2 additions, 1 deletion.../main/scala/org/apache/spark/deploy/yarn/ClientBase.scala
- yarn/common/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala 1 addition, 5 deletions.../spark/scheduler/cluster/YarnClientSchedulerBackend.scala
Loading
Please register or sign in to comment