aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorAli Ghodsi <alig@cs.berkeley.edu>2013-12-06 16:54:06 -0800
committerAli Ghodsi <alig@cs.berkeley.edu>2013-12-06 16:54:06 -0800
commite2c2914faaf3d8ab849ad0477152f64df7adf4c3 (patch)
tree2263577f362b829119cffea5d3ab7b0b7994284c /docs/index.md
parentf2fb4b422863059476816df07ca7ea18f62e3a9d (diff)
downloadspark-e2c2914faaf3d8ab849ad0477152f64df7adf4c3.tar.gz
spark-e2c2914faaf3d8ab849ad0477152f64df7adf4c3.tar.bz2
spark-e2c2914faaf3d8ab849ad0477152f64df7adf4c3.zip
more docs
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index 56e114279a..bbb27338bc 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -63,7 +63,9 @@ In addition, if you wish to run Spark on [YARN](running-on-yarn.md), set
SPARK_HADOOP_VERSION=2.0.5-alpha SPARK_YARN=true sbt/sbt assembly
-(Note that on Windows, you need to set the environment variables on separate lines, e.g., `set SPARK_HADOOP_VERSION=1.2.1`.)
+Note that on Windows, you need to set the environment variables on separate lines, e.g., `set SPARK_HADOOP_VERSION=1.2.1`.
+
+For this version of Spark (0.8.1) Hadoop 2.2.x (or newer) users will have to build Spark and publish it locally. See [Launching Spark on YARN](running-on-yarn.md). This is needed because Hadoop 2.2 has non backwards compatible API changes.
# Where to Go from Here