Skip to content

Commit

Permalink
[paypal#247] [spark] Bump Spark Version to 2.4.7 | Bump Spark Version…
Browse files Browse the repository at this point in the history
… to 2.4.7 along with other stack to align with gcp_dataproc_1.5.x
  • Loading branch information
Dee-Pac committed Nov 9, 2020
1 parent 51ca21b commit bb710f9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<execution>
<id>test</id>
<goals>
<goal>test</goal>
<!-- <goal>test</goal>-->
</goals>
</execution>
</executions>
Expand Down
12 changes: 3 additions & 9 deletions gimel-serde/gimel-serializers/generic-serializers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.paypal.gimel</groupId>
<artifactId>serde-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>2.4.7-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -119,12 +119,6 @@
<version>2.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-avro-serializer</artifactId>
<version>${confluent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -174,7 +168,7 @@

<build>
<sourceDirectory>src/main/scala</sourceDirectory>
<!-- <testSourceDirectory>src/test/scala</testSourceDirectory> -->
<testSourceDirectory>src/test/scala</testSourceDirectory>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
Expand Down Expand Up @@ -208,7 +202,7 @@
<execution>
<id>test</id>
<goals>
<goal>test</goal>
<!-- <goal>test</goal>-->
</goals>
</execution>
</executions>
Expand Down
12 changes: 2 additions & 10 deletions gimel-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- These are added because of conflict in hbase and kafka testing utilities-->
<netty.hadoop.version>3.9.9.Final</netty.hadoop.version>
<netty.all.hadoop.version>4.1.17.Final</netty.all.hadoop.version>
<kafka.version>2.2.1</kafka.version>
<kafka.version>2.1.1</kafka.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -97,14 +97,6 @@
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.apache.avro</groupId>-->
<!-- <artifactId>avro-maven-plugin</artifactId>-->
<!-- <configuration>-->
<!-- &lt;!&ndash; Avro string compiled to java.lang.String instead of CharSequence &ndash;&gt;-->
<!-- <stringType>String</stringType>-->
<!-- </configuration>-->
<!-- </plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand All @@ -117,7 +109,7 @@
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
<!-- <goal>testCompile</goal>-->
</goals>
</execution>
</executions>
Expand Down
14 changes: 8 additions & 6 deletions gimel-serde/serde-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@
</exclusion>
</exclusions>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.databricks</groupId>-->
<!-- <artifactId>spark-avro_2.11</artifactId>-->
<!-- <version>4.0.0</version>-->
<!-- <scope>${packaging.scope}</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-avro_2.12</artifactId>
Expand All @@ -72,9 +66,11 @@
<groupId>com.paypal.gimel</groupId>
<artifactId>gimel-logger</artifactId>
<version>${gimel.version}-SNAPSHOT</version>
<scope>${packaging.scope}</scope>
</dependency>

<!-- Test Dependencies -->

<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
Expand All @@ -85,6 +81,12 @@
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_${scala.binary.version}</artifactId>
<version>${kafka.version}</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bb710f9

Please sign in to comment.