Shade and relocate Avro dependency in hadoop-mr-bundle
This commit is contained in:
committed by
Balaji Varadarajan
parent
1c09f5b055
commit
8c13340062
9
pom.xml
9
pom.xml
@@ -100,6 +100,8 @@
|
||||
<skipUTs>${skipTests}</skipUTs>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<main.basedir>${project.basedir}</main.basedir>
|
||||
<mr.bundle.avro.scope>provided</mr.bundle.avro.scope>
|
||||
<mr.bundle.avro.shade.prefix></mr.bundle.avro.shade.prefix>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
@@ -906,6 +908,13 @@
|
||||
<surefire-log4j.file>file://${project.basedir}/src/test/resources/log4j-surefire-quiet.properties</surefire-log4j.file>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>aws-emr-profile</id>
|
||||
<properties>
|
||||
<mr.bundle.avro.scope>compile</mr.bundle.avro.scope>
|
||||
<mr.bundle.avro.shade.prefix>org.apache.hudi.</mr.bundle.avro.shade.prefix>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<issueManagement>
|
||||
|
||||
Reference in New Issue
Block a user