From f2fb4b422863059476816df07ca7ea18f62e3a9d Mon Sep 17 00:00:00 2001 From: Ali Ghodsi Date: Fri, 6 Dec 2013 00:43:12 -0800 Subject: Updated documentation about the YARN v2.2 build process --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.md') 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`: -- cgit v1.2.3