Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Spark 2.4.3 #5990

Merged
merged 2 commits into from
Jul 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ final requiredJavaVersion = "8"
final htsjdkVersion = System.getProperty('htsjdk.version','2.19.0')
final picardVersion = System.getProperty('picard.version','2.19.0')
final barclayVersion = System.getProperty('barclay.version','2.1.0')
final sparkVersion = System.getProperty('spark.version', '2.2.0')
final sparkVersion = System.getProperty('spark.version', '2.4.3')
final hadoopVersion = System.getProperty('hadoop.version', '2.8.2')
final disqVersion = System.getProperty('disq.version','0.3.1')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.0.4')
Expand Down Expand Up @@ -156,6 +156,7 @@ configurations.all {
// force testng dependency so we don't pick up a different version via GenomicsDB
force 'org.testng:testng:' + testNGVersion
force 'org.broadinstitute:barclay:' + barclayVersion
force 'com.twitter:chill_2.11:0.8.1'

// make sure we don't pick up an incorrect version of the GATK variant of the google-nio library
// via Picard, etc.
Expand Down