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/09/02 23:20:11 UTC

[GitHub] [incubator-hudi] vinothchandar opened a new pull request #873: [HUDI-159] Redesigning bundles for lighter-weight integrations

vinothchandar opened a new pull request #873: [HUDI-159] Redesigning bundles for lighter-weight integrations
URL: https://github.com/apache/incubator-hudi/pull/873
 
 
    - Documented principles applied for redesign at packaging/README.md
    - No longer depends on incl commons-codec, commons-io, commons-pool, commons-dbcp, commons-lang, commons-logging, avro-mapred
    - Introduce new FileIOUtils & added checkstyle rule for illegal import of above
    - Parquet, Avro dependencies moved to provided scope to enable being picked up from Hive/Spark/Presto instead
    - Pickup jackson jars for Hive sync tool from HIVE_HOME & unbundling jackson everywhere
    - Remove hive-jdbc standalone jar from being bundled in Spark/Hive/Utilities bundles
    - 6.5x reduced number of classes across bundles

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