Skip to content

Commit

Permalink
Revert "Fix SPARK_HOME used in run-all-examples"
Browse files Browse the repository at this point in the history
This reverts commit 68008d5.
  • Loading branch information
holdenk committed Mar 17, 2015
1 parent 68008d5 commit 417e08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-all-examples
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
# Build everything
./sbt/sbt compile package assembly > sbtlog || (cat ./sbtlog && exit 1)
KAFKA_ROOT=./kafka_2.9.2-0.8.1.1
SPARK_HOME=./spark-1.3.0-bin-hadoop1
SPARK_HOME=./spark-1.1.0-bin-hadoop2.4
SPARK_SUBMIT_SCRIPT=$SPARK_HOME/bin/spark-submit
ASSEMBLY_JAR=./target/scala-2.10/learning-spark-examples-assembly-0.0.1.jar
# Mini cleanup
Expand Down

0 comments on commit 417e08e

Please sign in to comment.