Skip to content

Commit

Permalink
Spark 3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Jun 28, 2022
1 parent a9e252e commit 9b044c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ repositories {
final htsjdkVersion = System.getProperty('htsjdk.version','2.24.1')
final picardVersion = System.getProperty('picard.version','2.27.1')
final barclayVersion = System.getProperty('barclay.version','4.0.2')
final sparkVersion = System.getProperty('spark.version', '2.4.5')
final scalaVersion = System.getProperty('scala.version', '2.11')
//TODO: scala 2.12 for Sparkk 3.3.0 ?
final sparkVersion = System.getProperty('spark.version', '3.3.0')
final scalaVersion = System.getProperty('scala.version', '2.12')
final hadoopVersion = System.getProperty('hadoop.version', '3.2.1')
final disqVersion = System.getProperty('disq.version','0.3.6')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.4.3')
Expand Down Expand Up @@ -231,7 +232,7 @@ configurations {
exclude module: 'javax.servlet'
exclude module: 'servlet-api'
exclude group: 'com.esotericsoftware.kryo'
exclude module: 'spark-mllib_2.11'
exclude module: 'spark-mllib_2.12'
exclude group: 'org.scala-lang'
exclude module: 'kryo'
}
Expand Down

0 comments on commit 9b044c6

Please sign in to comment.