fix spark configuration on fetch-deps.sh

Change-Id: Ib75280ae3bdab77b64dda7d7a726f2e8024b99c7
This commit is contained in:
Marco Lotz 2016-09-15 15:21:38 +01:00
parent 8767800672
commit 3e558c1520
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ if [ "$VAGRANT_ENV" ]; then
curl http://apache.claz.org/spark/spark-1.6.1/spark-1.6.1.tgz > spark.tgz
echo "-------------------------"
echo "unzip spark to ~/spark"
mkdir ~/spark/
tar -xzf spark.tgz
mv spark-1.6.1/ ~/spark/spark-1.6.1
cd ~/spark/spark-1.6.1