vinothchandar commented on a change in pull request #915: [HUDI-268] Shade and
relocate Avro dependency in hadoop-mr-bundle
URL: https://github.com/apache/incubator-hudi/pull/915#discussion_r329118485
##########
File path: packaging/hudi-hadoop-mr-bundle/pom.xml
##########
@@ -127,5 +133,20 @@
<artifactId>parquet-avro</artifactId>
<scope>compile</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.avro</groupId>
+ <artifactId>avro</artifactId>
+ <scope>${avro.scope}</scope>
+ </dependency>
</dependencies>
+
+ <profiles>
+ <profile>
+ <id>shade-avro</id>
Review comment:
same here.. have the bundle name in the profile id? and probably move this
to root poom as may be `<id>aws-emr-profile</id>` , that way you can control
other overrides as well
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services