Skip to content

Commit

Permalink
Upgrade Spark version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjuly committed Jan 31, 2019
1 parent 3b6a318 commit b15f13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkRedshiftBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object SparkRedshiftBuild extends Build {
organization := "com.databricks",
scalaVersion := "2.11.7",
crossScalaVersions := Seq("2.10.5", "2.11.7"),
sparkVersion := "2.0.0",
sparkVersion := "2.4.0",
testSparkVersion := sys.props.get("spark.testVersion").getOrElse(sparkVersion.value),
testSparkAvroVersion := sys.props.get("sparkAvro.testVersion").getOrElse("3.0.0"),
testHadoopVersion := sys.props.get("hadoop.testVersion").getOrElse("2.2.0"),
Expand Down

0 comments on commit b15f13a

Please sign in to comment.