Skip to content

Commit

Permalink
[scripts] fix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
zouzias committed Mar 11, 2019
1 parent 6a70dc3 commit 09d1b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CURRENT_DIR=`pwd`
SPARK_LUCENERDD_VERSION=`cat version.sbt | awk '{print $5}' | xargs`

# You should have downloaded this spark version under your ${HOME}
SPARK_VERSION="2.3.1"
SPARK_VERSION="2.4.0"

echo "==============================================="
echo "Loading LuceneRDD with version ${SPARK_LUCENERDD_VERSION}"
Expand Down

0 comments on commit 09d1b3a

Please sign in to comment.