|
77 | 77 | <transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"> |
78 | 78 | </transformer> |
79 | 79 | <transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"> |
80 | | - <addHeader>true</addHeader> |
| 80 | + <addHeader>true</addHeader> |
81 | 81 | </transformer> |
82 | 82 | <transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer"> |
83 | 83 | <resource>META-INF/LICENSE</resource> |
|
92 | 92 | <includes> |
93 | 93 | <include>org.apache.hudi:hudi-common</include> |
94 | 94 | <include>org.apache.hudi:hudi-client-common</include> |
95 | | - <include>org.apache.hudi:hudi-spark-client</include> |
96 | 95 | <include>org.apache.hudi:hudi-utilities_${scala.binary.version}</include> |
97 | | - <include>org.apache.hudi:hudi-hive-sync</include> |
98 | | - <include>org.apache.hudi:hudi-sync-common</include> |
99 | 96 | <include>org.apache.hudi:hudi-hadoop-mr</include> |
100 | 97 | <include>org.apache.hudi:hudi-timeline-service</include> |
101 | 98 | <include>org.apache.hudi:hudi-aws</include> |
|
136 | 133 | <include>org.apache.kafka:kafka_${scala.binary.version}</include> |
137 | 134 | <include>com.101tec:zkclient</include> |
138 | 135 | <include>org.apache.kafka:kafka-clients</include> |
139 | | - |
140 | | - <include>org.apache.hive:hive-common</include> |
141 | | - <include>org.apache.hive:hive-service</include> |
142 | | - <include>org.apache.hive:hive-service-rpc</include> |
143 | | - <include>org.apache.hive:hive-metastore</include> |
144 | | - <include>org.apache.hive:hive-jdbc</include> |
145 | | - |
146 | 136 | <include>org.apache.hbase:hbase-client</include> |
147 | 137 | <include>org.apache.hbase:hbase-common</include> |
148 | 138 | <include>org.apache.hbase:hbase-hadoop-compat</include> |
|
178 | 168 | <pattern>com.beust.jcommander.</pattern> |
179 | 169 | <shadedPattern>org.apache.hudi.com.beust.jcommander.</shadedPattern> |
180 | 170 | </relocation> |
181 | | - <relocation> |
182 | | - <pattern>org.apache.hive.jdbc.</pattern> |
183 | | - <shadedPattern>${utilities.bundle.hive.shade.prefix}org.apache.hive.jdbc.</shadedPattern> |
184 | | - </relocation> |
185 | 171 | <relocation> |
186 | 172 | <pattern>org.apache.commons.io.</pattern> |
187 | 173 | <shadedPattern>org.apache.hudi.org.apache.commons.io.</shadedPattern> |
|
205 | 191 | <pattern>org.apache.hadoop.hive.metastore.</pattern> |
206 | 192 | <shadedPattern>${utilities.bundle.hive.shade.prefix}org.apache.hadoop.hive.metastore.</shadedPattern> |
207 | 193 | </relocation> |
208 | | - <relocation> |
209 | | - <pattern>org.apache.hive.common.</pattern> |
210 | | - <shadedPattern>${utilities.bundle.hive.shade.prefix}org.apache.hive.common.</shadedPattern> |
211 | | - </relocation> |
212 | 194 | <relocation> |
213 | 195 | <pattern>org.apache.hadoop.hive.common.</pattern> |
214 | 196 | <shadedPattern>${utilities.bundle.hive.shade.prefix}org.apache.hadoop.hive.common.</shadedPattern> |
|
217 | 199 | <pattern>org.apache.hadoop.hive.conf.</pattern> |
218 | 200 | <shadedPattern>${utilities.bundle.hive.shade.prefix}org.apache.hadoop.hive.conf.</shadedPattern> |
219 | 201 | </relocation> |
220 | | - <relocation> |
221 | | - <pattern>org.apache.hive.service.</pattern> |
222 | | - <shadedPattern>${utilities.bundle.hive.shade.prefix}org.apache.hive.service.</shadedPattern> |
223 | | - </relocation> |
224 | 202 | <relocation> |
225 | 203 | <pattern>org.apache.hadoop.hive.service.</pattern> |
226 | 204 | <shadedPattern>${utilities.bundle.hive.shade.prefix}org.apache.hadoop.hive.service.</shadedPattern> |
|
344 | 322 | </dependency> |
345 | 323 | <dependency> |
346 | 324 | <groupId>org.apache.hudi</groupId> |
347 | | - <artifactId>hudi-client-common</artifactId> |
348 | | - <version>${project.version}</version> |
349 | | - </dependency> |
350 | | - <dependency> |
351 | | - <groupId>org.apache.hudi</groupId> |
352 | | - <artifactId>hudi-spark-client</artifactId> |
353 | | - <version>${project.version}</version> |
354 | | - </dependency> |
355 | | - <dependency> |
356 | | - <groupId>org.apache.hudi</groupId> |
357 | | - <artifactId>hudi-hive-sync</artifactId> |
| 325 | + <artifactId>hudi-utilities_${scala.binary.version}</artifactId> |
358 | 326 | <version>${project.version}</version> |
359 | 327 | <exclusions> |
360 | 328 | <exclusion> |
361 | | - <groupId>javax.servlet</groupId> |
362 | | - <artifactId>servlet-api</artifactId> |
| 329 | + <groupId>org.apache.hudi</groupId> |
| 330 | + <artifactId>hudi-spark-common_${scala.binary.version}</artifactId> |
| 331 | + </exclusion> |
| 332 | + <exclusion> |
| 333 | + <groupId>org.apache.hudi</groupId> |
| 334 | + <artifactId>hudi-spark_${scala.binary.version}</artifactId> |
| 335 | + </exclusion> |
| 336 | + <exclusion> |
| 337 | + <groupId>org.apache.hudi</groupId> |
| 338 | + <artifactId>${hudi.spark.module}_${scala.binary.version}</artifactId> |
| 339 | + </exclusion> |
| 340 | + <exclusion> |
| 341 | + <groupId>org.apache.hudi</groupId> |
| 342 | + <artifactId>${hudi.spark.common.module}</artifactId> |
363 | 343 | </exclusion> |
364 | 344 | </exclusions> |
365 | 345 | </dependency> |
366 | | - <dependency> |
367 | | - <groupId>org.apache.hudi</groupId> |
368 | | - <artifactId>hudi-spark-common_${scala.binary.version}</artifactId> |
369 | | - <version>${project.version}</version> |
370 | | - <scope>provided</scope> |
371 | | - </dependency> |
372 | | - <dependency> |
373 | | - <groupId>org.apache.hudi</groupId> |
374 | | - <artifactId>hudi-spark_${scala.binary.version}</artifactId> |
375 | | - <version>${project.version}</version> |
376 | | - <scope>provided</scope> |
377 | | - </dependency> |
378 | | - <dependency> |
379 | | - <groupId>org.apache.hudi</groupId> |
380 | | - <artifactId>${hudi.spark.module}_${scala.binary.version}</artifactId> |
381 | | - <version>${project.version}</version> |
382 | | - <scope>provided</scope> |
383 | | - </dependency> |
384 | | - <dependency> |
385 | | - <groupId>org.apache.hudi</groupId> |
386 | | - <artifactId>${hudi.spark.common.module}</artifactId> |
387 | | - <version>${project.version}</version> |
388 | | - <scope>provided</scope> |
389 | | - </dependency> |
390 | | - <dependency> |
391 | | - <groupId>org.apache.hudi</groupId> |
392 | | - <artifactId>hudi-utilities_${scala.binary.version}</artifactId> |
393 | | - <version>${project.version}</version> |
394 | | - </dependency> |
395 | | - |
396 | | - <!-- Hive --> |
397 | | - <dependency> |
398 | | - <groupId>${hive.groupid}</groupId> |
399 | | - <artifactId>hive-service</artifactId> |
400 | | - <version>${hive.version}</version> |
401 | | - <scope>${utilities.bundle.hive.scope}</scope> |
402 | | - </dependency> |
403 | | - |
404 | | - <dependency> |
405 | | - <groupId>${hive.groupid}</groupId> |
406 | | - <artifactId>hive-service-rpc</artifactId> |
407 | | - <version>${hive.version}</version> |
408 | | - <scope>${utilities.bundle.hive.scope}</scope> |
409 | | - </dependency> |
410 | | - |
411 | | - <dependency> |
412 | | - <groupId>${hive.groupid}</groupId> |
413 | | - <artifactId>hive-jdbc</artifactId> |
414 | | - <version>${hive.version}</version> |
415 | | - <scope>${utilities.bundle.hive.scope}</scope> |
416 | | - </dependency> |
417 | | - |
418 | | - <dependency> |
419 | | - <groupId>${hive.groupid}</groupId> |
420 | | - <artifactId>hive-metastore</artifactId> |
421 | | - <version>${hive.version}</version> |
422 | | - <scope>${utilities.bundle.hive.scope}</scope> |
423 | | - </dependency> |
424 | | - |
425 | | - <dependency> |
426 | | - <groupId>${hive.groupid}</groupId> |
427 | | - <artifactId>hive-common</artifactId> |
428 | | - <version>${hive.version}</version> |
429 | | - <scope>${utilities.bundle.hive.scope}</scope> |
430 | | - </dependency> |
431 | | - |
432 | | - <dependency> |
433 | | - <groupId>org.apache.htrace</groupId> |
434 | | - <artifactId>htrace-core</artifactId> |
435 | | - <version>${htrace.version}</version> |
436 | | - <scope>compile</scope> |
437 | | - </dependency> |
438 | | - |
439 | | - <!-- zookeeper --> |
440 | | - <dependency> |
441 | | - <groupId>org.apache.curator</groupId> |
442 | | - <artifactId>curator-framework</artifactId> |
443 | | - <version>${zk-curator.version}</version> |
444 | | - </dependency> |
445 | | - |
446 | | - <dependency> |
447 | | - <groupId>org.apache.curator</groupId> |
448 | | - <artifactId>curator-client</artifactId> |
449 | | - <version>${zk-curator.version}</version> |
450 | | - </dependency> |
451 | | - |
452 | | - <dependency> |
453 | | - <groupId>org.apache.curator</groupId> |
454 | | - <artifactId>curator-recipes</artifactId> |
455 | | - <version>${zk-curator.version}</version> |
456 | | - </dependency> |
457 | 346 | </dependencies> |
458 | 347 |
|
459 | 348 | <profiles> |
|
0 commit comments