[ https://issues.apache.org/jira/browse/DATAFU-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16212998#comment-16212998 ]
Matthew Hayes commented on DATAFU-48: ------------------------------------- I don't remember what the symptom was. Looking at the {{build.gradle}}, guava is being autojarred into the JAR: {noformat} autojarred "com.google.guava:guava:$guavaVersion" {noformat} Also the namespace is changed to avoid conflict. {noformat} rule pattern: "com.google.common.**", result: "datafu.com.google.common.@1" {noformat} So, this shouldn't cause any runtime issue when trying to use the JAR in Hadoop. Maybe it was a build issue before. If you're able to run the tests successfully then it seems there is no issue now. > Upgrade Guava to 17.0 > --------------------- > > Key: DATAFU-48 > URL: https://issues.apache.org/jira/browse/DATAFU-48 > Project: DataFu > Issue Type: Improvement > Reporter: Philip (flip) Kromer > Assignee: Philip (flip) Kromer > Priority: Minor > Labels: build, dependency, guava, version > Attachments: 0001-DATAFU-48-Upgrade-gradle-to-17.0.patch, > DATAFU-48-update-gradle-to-20.0.patch > > > Specifically motivated by the improvements to hashing library, but also > because we're six versions behind at the moment. -- This message was sent by Atlassian JIRA (v6.4.14#64029)