From 9a8810ec2406e94116b7372ee2205cdb1ec52226 Mon Sep 17 00:00:00 2001 From: Nan Zhu Date: Mon, 21 Apr 2014 15:25:20 -0400 Subject: [PATCH 1/2] version number fix --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index aa9c8666e7d75..d23f62f4db385 100644 --- a/docs/index.md +++ b/docs/index.md @@ -65,7 +65,7 @@ In addition, if you wish to run Spark on [YARN](running-on-yarn.html), set 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.html). This is needed because Hadoop 2.2 has non backwards compatible API changes. +For this version of Spark (0.9.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.html). This is needed because Hadoop 2.2 has non backwards compatible API changes. # Where to Go from Here From ba361097eadd7409e4b201eafe9f833e69f02e73 Mon Sep 17 00:00:00 2001 From: Nan Zhu Date: Mon, 21 Apr 2014 15:38:51 -0400 Subject: [PATCH 2/2] remove out-dated comments --- docs/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index d23f62f4db385..99c6ac44e1d2c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -65,8 +65,6 @@ In addition, if you wish to run Spark on [YARN](running-on-yarn.html), set 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.9.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.html). This is needed because Hadoop 2.2 has non backwards compatible API changes. - # Where to Go from Here **Programming guides:**