essentially the problem seems to be that scoobi -> kiama has a dependency on guava 17, while hadoop 2.XX has a dependency on guava 11.0.2, and this breaks the program. I resolved by forcing a dependcy on the earlier guava version, but I am wondering whether there is a better solution. Hadoop seem will not upgrade the version of guava until 3.XX (https://issues.apache.org/jira/browse/HADOOP-10101).
Eric Torreborre
unread,
Aug 31, 2014, 7:39:34 PM8/31/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scoob...@googlegroups.com
Did you try to exclude the Guava dependency with sbt like this?