Skip to content

Commit

Permalink
Update Spark dependency version to 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Sep 9, 2020
1 parent 017a1d9 commit e85bd29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<adam.version>0.32.0</adam.version>
<scala.version>2.12.8</scala.version>
<scala.version.prefix>2.12</scala.version.prefix>
<spark.version>3.0.0</spark.version>
<spark.version>3.0.1</spark.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>
<maven.enforcer.maven-version>[3.1.1,)</maven.enforcer.maven-version>
Expand Down
2 changes: 1 addition & 1 deletion scripts/jenkins-test
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ then
fi

# move to Spark 3.x if requested
if [ ${SPARK_VERSION} == 3.0.0 ];
if [ ${SPARK_VERSION} == 3.0.1 ];
then
set +e
./scripts/move_to_spark_3.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/move_to_spark_2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ find . -name "pom.xml" -exec sed \
-e "/utils-/ $substitution_cmd" \
-e "/adam-/ $substitution_cmd" \
-e "/cannoli-/ $substitution_cmd" \
-e "/spark.version/ s/3\.0\.0/2\.4\.6/g" \
-e "/spark.version/ s/3\.0\.1/2\.4\.6/g" \
-i.spark2.bak '{}' \;
2 changes: 1 addition & 1 deletion scripts/move_to_spark_3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ find . -name "pom.xml" -exec sed \
-e "/cannoli-/ $substitution_cmd" \
-e "/utils-/ s/-spark2_2\.1/-spark3_2\.1/" \
-e "/utils-/ $substitution_cmd" \
-e "/spark.version/ s/2\.4\.6/3\.0\.0/g" \
-e "/spark.version/ s/2\.4\.6/3\.0\.1/g" \
-i.spark3.bak '{}' \;

0 comments on commit e85bd29

Please sign in to comment.