Skip to content

Commit

Permalink
bump default runtime Spark to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed Oct 23, 2015
1 parent 5a359bd commit 2659819
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

OS=`uname`
PIO_VERSION=0.9.5
SPARK_VERSION=1.4.1
SPARK_VERSION=1.5.1
ELASTICSEARCH_VERSION=1.4.4
HBASE_VERSION=1.0.0
PIO_DIR=$HOME/PredictionIO
Expand Down
2 changes: 1 addition & 1 deletion conf/pio-env.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# you need to change these to fit your site.

# SPARK_HOME: Apache Spark is a hard dependency and must be configured.
SPARK_HOME=$PIO_HOME/vendors/spark-1.4.1-bin-hadoop2.6
SPARK_HOME=$PIO_HOME/vendors/spark-1.5.1-bin-hadoop2.6

# ES_CONF_DIR: You must configure this if you have advanced configuration for
# your Elasticsearch setup.
Expand Down
6 changes: 3 additions & 3 deletions docs/manual/data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pio: 0.9.4
spark: 1.4.1
spark_download_filename: spark-1.4.1-bin-hadoop2.6
pio: 0.9.5
spark: 1.5.1
spark_download_filename: spark-1.5.1-bin-hadoop2.6
elasticsearch_download_filename: elasticsearch-1.4.4
hbase_basename: hbase-1.0.0
hbase_variant: bin

0 comments on commit 2659819

Please sign in to comment.