1
0

Shade and relocate Avro dependency in hadoop-mr-bundle

This commit is contained in:
Mehrotra
2019-09-19 19:00:03 -07:00
committed by Balaji Varadarajan
parent 1c09f5b055
commit 8c13340062
2 changed files with 30 additions and 0 deletions

View File

@@ -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>