virajjasani commented on pull request #3061: URL: https://github.com/apache/hadoop/pull/3061#issuecomment-852777497
@jojochuang HADOOP-17098 provides best reasons for this. Shading Guava in HADOOP-17288 solves the conflicts of Guava library in Hadoop upstream, downstreams, and the other projects (hbase,etc..). The Guava byte code will still be loaded and be part of the runtime. This Jira (when complete) gets rid of the Guava byte code which has the following benefits: - Reduce memory fooprint. (less classes to load) - Better code management: Guava will likely has security updates that forces Hadoop to adopt new releases and dealing with compatibilities. - Avoid struggles analyzing guava performance -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
