symat opened a new pull request #1763: HADOOP-16765. Fix curator dependencies for gradle projects using hadoop-minicluster. URL: https://github.com/apache/hadoop/pull/1763 Gradle behaves differently than Maven when processing exclude rules through transitive dependencies. This causes gradle projects (e.g. in Kudu) that are using Hadoop MiniCluster to fail because different Guava version come to the classpath through Curator. In this fix we make sure that ZooKeeper, SLF4J and Gradle gets always excluded from Curator Client even if they would come through other Curator dependencies transitively.
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
