You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/12/10 22:01:51 UTC

[1/2] git commit: README incorrectly suggests build sources spark-env.sh

Updated Branches:
  refs/heads/master 6169fe14a -> d2efe1357


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.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/153cad12
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/153cad12
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/153cad12

Branch: refs/heads/master
Commit: 153cad1293efb7947f5c3d01c7209b5b035e63c6
Parents: 5b74609
Author: Patrick Wendell <pw...@gmail.com>
Authored: Tue Dec 10 12:53:45 2013 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Tue Dec 10 12:54:28 2013 -0800

----------------------------------------------------------------------
 README.md | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/153cad12/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8c7853e..7faba27 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


[2/2] git commit: Merge pull request #250 from pwendell/master

Posted by pw...@apache.org.
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.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/d2efe135
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/d2efe135
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/d2efe135

Branch: refs/heads/master
Commit: d2efe13574090e93c600adeacc7f6356bc196e6c
Parents: 6169fe1 153cad1
Author: Patrick Wendell <pw...@gmail.com>
Authored: Tue Dec 10 13:01:26 2013 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Tue Dec 10 13:01:26 2013 -0800

----------------------------------------------------------------------
 README.md | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------