From 67af8031368c4a3558aeb46c290b7b7a09516539 Mon Sep 17 00:00:00 2001 From: Raymond Liu Date: Mon, 6 Jan 2014 16:12:25 +0800 Subject: Export --file for YarnClient mode to support sending extra files to worker on yarn cluster --- docs/running-on-yarn.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/running-on-yarn.md') diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md index a35e003cdc..da5a502fd5 100644 --- a/docs/running-on-yarn.md +++ b/docs/running-on-yarn.md @@ -114,6 +114,8 @@ For example: SPARK_YARN_APP_JAR=examples/target/scala-{{site.SCALA_VERSION}}/spark-examples-assembly-{{site.SPARK_VERSION}}.jar \ MASTER=yarn-client ./bin/spark-shell +You can also send extra files to yarn cluster for worker to use by exporting SPARK_YARN_DIST_FILES=file1,file2... etc. + # Building Spark for Hadoop/YARN 2.2.x See [Building Spark with Maven](building-with-maven.html) for instructions on how to build Spark using the Maven process. -- cgit v1.2.3