You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/12/16 08:34:46 UTC

[GitHub] [hadoop] symat opened a new pull request #1763: HADOOP-16765. Fix curator dependencies for gradle projects using hadoop-minicluster.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org