Skip to content

Commit

Permalink
Bump Apache Spark dependency version to 2.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Sep 3, 2019
1 parent b328460 commit 5c8fa89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<avro.version>1.8.2</avro.version>
<scala.version>2.11.12</scala.version>
<scala.version.prefix>2.11</scala.version.prefix>
<spark.version>2.4.3</spark.version>
<spark.version>2.4.4</spark.version>
<parquet.version>1.10.1</parquet.version>
<!-- Edit the following line to configure the Hadoop (HDFS) version. -->
<hadoop.version>2.7.5</hadoop.version>
Expand Down
2 changes: 1 addition & 1 deletion scripts/jenkins-test
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ SPARK=spark-${SPARK_VERSION}

# download prepackaged spark assembly

# Spark 2.4.3 needs special case for Scala 2.12
# Spark 2.4.3+ needs special case for Scala 2.12
if [ ${SCALAVER} == 2.12 ];
then
curl \
Expand Down

0 comments on commit 5c8fa89

Please sign in to comment.