Skip to content

Commit

Permalink
fixed spark version after a merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
tourunen committed Jun 16, 2015
1 parent 778049a commit bcbbb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/roles/spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Install Spark
sudo: yes
vars:
spark_version: "1.2.0"
spark_version: "1.3.1"
spark_flavor: "hadoop1"
# tar_url: "http://www.eu.apache.org/dist/spark/spark-{{ spark_version }}/spark-{{ spark_version }}-bin-{{ spark_flavor }}.tgz"
tar_url: "http://www.nic.funet.fi/pub/mirrors/apache.org/spark/spark-{{ spark_version }}/spark-{{ spark_version }}-bin-{{ spark_flavor }}.tgz"
Expand Down

0 comments on commit bcbbb90

Please sign in to comment.