Skip to content

Commit

Permalink
Move to Spark 1.6.2 and Java 8 (resolves BD2KGenomics#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Oct 12, 2016
1 parent ec97c3e commit 2b042ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spark/src/cgcloud/spark/spark_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
var_dir = '/var/lib/sparkbox'
hdfs_replication = 1
hadoop_version = '2.6.0'
spark_version = '1.5.2'
spark_version = '1.6.2'
# The major version of Hadoop that the Spark binaries were built against
spark_hadoop_version = '2.6'

Expand Down Expand Up @@ -127,7 +127,7 @@ def _setup_package_repos( self ):

def _list_packages_to_install( self ):
return super( SparkBox, self )._list_packages_to_install( ) + [
'oracle-java7-set-default' ]
'oracle-java8-set-default' ]

def _get_debconf_selections( self ):
return super( SparkBox, self )._get_debconf_selections( ) + [
Expand Down

0 comments on commit 2b042ec

Please sign in to comment.