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 6, 2020
1 parent e957499 commit e19eb89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions gimel-dataapi/gimel-connectors/gimel-restapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ under the License.

<build>
<sourceDirectory>src/main/scala</sourceDirectory>
<testSourceDirectory>src/test/scala</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version>
<version>${maven.shade.plugin.version}</version>
<configuration>
<relocations>
<relocation>
Expand Down
3 changes: 1 addition & 2 deletions gimel-dataapi/gimel-connectors/gimel-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ under the License.

<build>
<sourceDirectory>src/main/scala</sourceDirectory>
<testSourceDirectory>src/test/scala</testSourceDirectory>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
Expand Down Expand Up @@ -111,7 +110,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version>
<version>${maven.shade.plugin.version}</version>
<configuration>
<relocations>
<relocation>
Expand Down
4 changes: 2 additions & 2 deletions gimel-dataapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ under the License.
<module>gimel-connectors/gimel-sftp</module>
<module>gimel-connectors/gimel-elasticsearch</module>
<module>gimel-connectors/gimel-hive</module>
<module>gimel-connectors/gimel-restapi</module>
<module>gimel-connectors/gimel-s3</module>
<module>gimel-connectors/gimel-jdbc</module>
<module>gimel-connectors/gimel-hbase</module>
<module>gimel-connectors/gimel-cassandra-2.0</module>
<module>gimel-connectors/gimel-aerospike-3.14</module>
<module>gimel-connectors/gimel-kafka-2.2</module>
<module>gimel-connectors/gimel-druid-0.82</module>
<module>gimel-connectors/gimel-restapi</module>
<module>gimel-connectors/gimel-s3</module>
<module>gimel-core</module>
<module>gimel-sql</module>
<module>gimel-tools</module>
Expand Down

0 comments on commit e19eb89

Please sign in to comment.