Open lintool opened 9 years ago
I had to downgrade Guava to accomodate UKWA's WARC Hadoop indexer: https://github.com/lintool/warcbase/blob/master/pom.xml#L277
But this issue now appears to be fixed: https://github.com/ukwa/webarchive-discovery/commit/969ff3528219267ff31cfa3169f099a9df6a0567
Thanks @anjackson
Sorry about that! Should work okay from the next release.
Okay, this is pretty nuts. CDH jars depend on an older version of guava, so upgrading to guava 18 breaks Pig test cases. Srsly.
I had to downgrade Guava to accomodate UKWA's WARC Hadoop indexer: https://github.com/lintool/warcbase/blob/master/pom.xml#L277
But this issue now appears to be fixed: https://github.com/ukwa/webarchive-discovery/commit/969ff3528219267ff31cfa3169f099a9df6a0567
Thanks @anjackson