Skip to content

Commit d2efe13

Browse files
committed
Merge pull request alteryx#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.
2 parents 6169fe1 + 153cad1 commit d2efe13

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ When building for Hadoop 2.2.X and newer, you'll need to include the additional
6969
# Apache Hadoop 2.2.X and newer
7070
$ mvn -Dyarn.version=2.2.0 -Dhadoop.version=2.2.0 -Pnew-yarn
7171

72-
For convenience, these variables may also be set through the `conf/spark-env.sh` file
73-
described below.
74-
7572
When developing a Spark application, specify the Hadoop version by adding the
7673
"hadoop-client" artifact to your project's dependencies. For example, if you're
7774
using Hadoop 1.2.1 and build your application using SBT, add this entry to

0 commit comments

Comments
 (0)