You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/07/11 14:33:11 UTC

[GitHub] [incubator-hudi] thesuperzapper opened a new pull request #780: Cleanup Maven POM/Classpath

thesuperzapper opened a new pull request #780: Cleanup Maven POM/Classpath
URL: https://github.com/apache/incubator-hudi/pull/780
 
 
   This PR is to cleanup the Maven pom.xml files. 
   
   This is necessary if we want to bump versions of core dependencies like Spark, Avro, Parquet, as in its current state, the maven dependency structure is very fragile, and has many assumptions about exclusions and shading.
   
   This PR currently has all unit/integration tests pass properly. 
   
   I would love input and testing, as these changes affect every part of Hudi, and I am sceptical that the current unit tests actually cover everything.
   
   We can probably clean up even more than this, (especially in the maven plugin space, where we are running multiple versions of the same plugin in each sub-package)
   
   *PS: yes, the diffs look disgusting, it's because of xml*

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services