From 4fe0b14d506740efffc6b2a11b552ec0d26ae6f2 Mon Sep 17 00:00:00 2001 From: Andrew Or Date: Wed, 3 Jun 2015 15:42:14 -0700 Subject: [PATCH] Just to trigger tests --- bin/spark-class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/spark-class b/bin/spark-class index c49d97ce5cf25..461dab2880564 100755 --- a/bin/spark-class +++ b/bin/spark-class @@ -18,7 +18,7 @@ # set -e -# Figure out where Spark is installed +# Figure out where Spark is installed INSTALLED export SPARK_HOME="$(cd "`dirname "$0"`"/..; pwd)" . "$SPARK_HOME"/bin/load-spark-env.sh