Skip to content

Commit

Permalink
Upgrade dependent Spark version default to 2.3.3 and 2.3.2 as optiona…
Browse files Browse the repository at this point in the history
…l profile (#571)
  • Loading branch information
zanmato1984 authored and birdstorm committed Feb 19, 2019
1 parent 852d271 commit 825347f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<protobuf.version>3.1.0</protobuf.version>
<spark.version>2.3.2</spark.version>
<spark.version>2.3.3</spark.version>
<scala.binary.version>2.11</scala.binary.version>
<scala.version>2.11</scala.version>
<scalatest.version>3.0.4</scalatest.version>
Expand All @@ -74,9 +74,15 @@

<profiles>
<profile>
<id>spark-2.3.2</id>
<id>spark-2.3.3</id>
<!--Use Default Global settings-->
</profile>
<profile>
<id>spark-2.3.2</id>
<properties>
<spark.version>2.3.2</spark.version>
</properties>
</profile>
<profile>
<id>spark-2.3.1</id>
<properties>
Expand Down

0 comments on commit 825347f

Please sign in to comment.