aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-12-10 13:01:26 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-12-10 13:01:26 -0800
commitd2efe13574090e93c600adeacc7f6356bc196e6c (patch)
tree55fdd083dc256eb230f6ef8a65c30562f2670e83 /README.md
parent6169fe14a140146602fb07cfcd13eee6efad98f9 (diff)
parent153cad1293efb7947f5c3d01c7209b5b035e63c6 (diff)
downloadspark-d2efe13574090e93c600adeacc7f6356bc196e6c.tar.gz
spark-d2efe13574090e93c600adeacc7f6356bc196e6c.tar.bz2
spark-d2efe13574090e93c600adeacc7f6356bc196e6c.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8c7853ea3d..7faba27420 100644
--- a/README.md
+++ b/README.md
@@ -69,9 +69,6 @@ When building for Hadoop 2.2.X and newer, you'll need to include the additional
# Apache Hadoop 2.2.X and newer
$ mvn -Dyarn.version=2.2.0 -Dhadoop.version=2.2.0 -Pnew-yarn
-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