Skip to content

Commit e6fc8eb

Browse files
committed
Bump cdap, hadoop version
1 parent 4c1c116 commit e6fc8eb

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

pom.xml

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
<surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<!-- version properties -->
32-
<cdap.version>6.8.0</cdap.version>
33-
<hydrator.version>2.10.0</hydrator.version>
32+
<cdap.version>6.11.0-SNAPSHOT</cdap.version>
33+
<hydrator.version>2.13.0-SNAPSHOT</hydrator.version>
3434
<commons.csv.version>1.6</commons.csv.version>
35-
<hadoop.version>2.10.2</hadoop.version>
36-
<spark2.version>2.3.1</spark2.version>
35+
<hadoop.version>3.3.6</hadoop.version>
36+
<spark3.version>3.3.2</spark3.version>
3737
<netty.version>4.1.16.Final</netty.version>
3838
<netty-http.version>1.3.0</netty-http.version>
3939
<httpcomponents.version>4.5.9</httpcomponents.version>
@@ -107,6 +107,10 @@
107107
<groupId>org.slf4j</groupId>
108108
<artifactId>slf4j-log4j12</artifactId>
109109
</exclusion>
110+
<exclusion>
111+
<groupId>org.slf4j</groupId>
112+
<artifactId>slf4j-reload4j</artifactId>
113+
</exclusion>
110114
<exclusion>
111115
<groupId>org.apache.avro</groupId>
112116
<artifactId>avro</artifactId>
@@ -171,6 +175,10 @@
171175
<groupId>org.slf4j</groupId>
172176
<artifactId>slf4j-log4j12</artifactId>
173177
</exclusion>
178+
<exclusion>
179+
<groupId>org.slf4j</groupId>
180+
<artifactId>slf4j-reload4j</artifactId>
181+
</exclusion>
174182
<exclusion>
175183
<groupId>com.google.inject.extensions</groupId>
176184
<artifactId>guice-servlet</artifactId>
@@ -203,14 +211,14 @@
203211
</dependency>
204212
<dependency>
205213
<groupId>org.apache.spark</groupId>
206-
<artifactId>spark-streaming_2.11</artifactId>
207-
<version>${spark2.version}</version>
214+
<artifactId>spark-streaming_2.12</artifactId>
215+
<version>${spark3.version}</version>
208216
<scope>provided</scope>
209217
</dependency>
210218
<dependency>
211219
<groupId>org.apache.spark</groupId>
212-
<artifactId>spark-core_2.11</artifactId>
213-
<version>${spark2.version}</version>
220+
<artifactId>spark-core_2.12</artifactId>
221+
<version>${spark3.version}</version>
214222
<scope>provided</scope>
215223
<exclusions>
216224
<exclusion>
@@ -221,6 +229,10 @@
221229
<groupId>log4j</groupId>
222230
<artifactId>log4j</artifactId>
223231
</exclusion>
232+
<exclusion>
233+
<groupId>org.slf4j</groupId>
234+
<artifactId>slf4j-reload4j</artifactId>
235+
</exclusion>
224236
<exclusion>
225237
<groupId>org.apache.hadoop</groupId>
226238
<artifactId>hadoop-client</artifactId>
@@ -303,19 +315,19 @@
303315

304316
<dependency>
305317
<groupId>io.cdap.cdap</groupId>
306-
<artifactId>cdap-spark-core2_2.11</artifactId>
318+
<artifactId>cdap-spark-core3_2.12</artifactId>
307319
<version>${cdap.version}</version>
308320
<scope>test</scope>
309321
</dependency>
310322
<dependency>
311323
<groupId>io.cdap.cdap</groupId>
312-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
324+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
313325
<version>${cdap.version}</version>
314326
<scope>test</scope>
315327
</dependency>
316328
<dependency>
317329
<groupId>io.cdap.cdap</groupId>
318-
<artifactId>cdap-data-streams2_2.11</artifactId>
330+
<artifactId>cdap-data-streams3_2.12</artifactId>
319331
<version>${cdap.version}</version>
320332
<scope>test</scope>
321333
</dependency>
@@ -404,8 +416,8 @@
404416
<version>1.1.0</version>
405417
<configuration>
406418
<cdapArtifacts>
407-
<parent>system:cdap-data-pipeline[6.1.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
408-
<parent>system:cdap-data-streams[6.1.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
419+
<parent>system:cdap-data-pipeline[6.11.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
420+
<parent>system:cdap-data-streams[6.11.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
409421
</cdapArtifacts>
410422
</configuration>
411423
<executions>

0 commit comments

Comments
 (0)