Return-Path: X-Original-To: apmail-spark-commits-archive@minotaur.apache.org Delivered-To: apmail-spark-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1824D11173 for ; Tue, 22 Apr 2014 06:43:24 +0000 (UTC) Received: (qmail 26230 invoked by uid 500); 22 Apr 2014 06:43:23 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 26186 invoked by uid 500); 22 Apr 2014 06:43:22 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@spark.apache.org Delivered-To: mailing list commits@spark.apache.org Received: (qmail 26178 invoked by uid 99); 22 Apr 2014 06:43:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2014 06:43:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7F8B58396F1; Tue, 22 Apr 2014 06:43:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pwendell@apache.org To: commits@spark.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: version number fix Date: Tue, 22 Apr 2014 06:43:21 +0000 (UTC) Repository: spark Updated Branches: refs/heads/branch-0.9 9e8978903 -> 54c3b7e3b version number fix self-explain Author: Nan Zhu Closes #467 from CodingCat/branch-0.9 and squashes the following commits: ba36109 [Nan Zhu] remove out-dated comments 9a8810e [Nan Zhu] version number fix Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/54c3b7e3 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/54c3b7e3 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/54c3b7e3 Branch: refs/heads/branch-0.9 Commit: 54c3b7e3b8e4625359004c476419442974da30c7 Parents: 9e89789 Author: Nan Zhu Authored: Mon Apr 21 23:42:47 2014 -0700 Committer: Patrick Wendell Committed: Mon Apr 21 23:42:47 2014 -0700 ---------------------------------------------------------------------- docs/index.md | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/54c3b7e3/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index 0e1365c..55d8788 100644 --- a/docs/index.md +++ b/docs/index.md @@ -67,8 +67,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.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. - # Where to Go from Here **Programming guides:**