Updated Branches: refs/heads/branch-0.8 c45a267a0 -> b0e50f854
Merge pull request #250 from pwendell/master README incorrectly suggests build sources spark-env.sh This is misleading because the build doesn't source that file. IMO it's better to force people to specify build environment variables on the command line always, like we do in every example, so I'm just removing this doc. (cherry picked from commit d2efe13574090e93c600adeacc7f6356bc196e6c) Signed-off-by: Patrick Wendell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/b0e50f85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/b0e50f85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/b0e50f85 Branch: refs/heads/branch-0.8 Commit: b0e50f8548efc8857826bf138d2cf04029f70337 Parents: c45a267 Author: Patrick Wendell <[email protected]> Authored: Tue Dec 10 13:01:26 2013 -0800 Committer: Patrick Wendell <[email protected]> Committed: Tue Dec 10 13:06:32 2013 -0800 ---------------------------------------------------------------------- README.md | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/b0e50f85/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 5e3a65f..fc572d5 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,6 @@ with YARN, also set `SPARK_YARN=true`: # Apache Hadoop 2.2.0 with YARN $ SPARK_HADOOP_VERSION=2.2.0 SPARK_YARN=true sbt/sbt assembly -For convenience, these variables may also be set through the `conf/spark-env.sh` file -described below. - When developing a Spark application, specify the Hadoop version by adding the "hadoop-client" artifact to your project's dependencies. For example, if you're using Hadoop 1.2.1 and build your application using SBT, add this entry to
