aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorAli Ghodsi <alig@cs.berkeley.edu>2013-12-06 00:43:12 -0800
committerAli Ghodsi <alig@cs.berkeley.edu>2013-12-06 16:31:26 -0800
commitf2fb4b422863059476816df07ca7ea18f62e3a9d (patch)
tree670809f99ec2e614962175aa6c4c2be78bf66cf2 /docs/index.md
parent5d460253d6080d871cb71efb112ea17be0873771 (diff)
downloadspark-f2fb4b422863059476816df07ca7ea18f62e3a9d.tar.gz
spark-f2fb4b422863059476816df07ca7ea18f62e3a9d.tar.bz2
spark-f2fb4b422863059476816df07ca7ea18f62e3a9d.zip
Updated documentation about the YARN v2.2 build process
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index bd386a8a8f..56e114279a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -56,7 +56,7 @@ Hadoop, you must build Spark against the same version that your cluster uses.
By default, Spark links to Hadoop 1.0.4. You can change this by setting the
`SPARK_HADOOP_VERSION` variable when compiling:
- SPARK_HADOOP_VERSION=1.2.1 sbt/sbt assembly
+ SPARK_HADOOP_VERSION=2.2.0 sbt/sbt assembly
In addition, if you wish to run Spark on [YARN](running-on-yarn.md), set
`SPARK_YARN` to `true`: