Skip to content

Use hadoop-lzo 0.4.20 from Snowplow Bintray maven #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
benjben opened this issue Nov 30, 2020 · 1 comment · Fixed by #191
Closed

Use hadoop-lzo 0.4.20 from Snowplow Bintray maven #183

benjben opened this issue Nov 30, 2020 · 1 comment · Fixed by #191
Milestone

Comments

@benjben
Copy link
Contributor

benjben commented Nov 30, 2020

Otherwise

[error] (update) sbt.librarymanagement.ResolveException: unresolved dependency: com.hadoop.gplcompression#hadoop-lzo;0.4.20: not found
@benjben
Copy link
Contributor Author

benjben commented Dec 2, 2020

Add org.apache.commons.collections dependency otherwise when bumping Scala version and all the libs it is failing with:

[error] Caused by: java.lang.ClassNotFoundException: org.apache.commons.collections.map.UnmodifiableMap
[error]         at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
[error]         at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
[error]         at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
[error]         at org.apache.hadoop.conf.Configuration$DeprecationContext.<init>(Configuration.java:409)
[error]         at org.apache.hadoop.conf.Configuration.<clinit>(Configuration.java:448)
[error]         at com.snowplowanalytics.s3.loader.serializers.LzoSerializer$.<clinit>(LzoSerializer.scala:38)
[error]         at com.snowplowanalytics.s3.loader.serializers.LzoSerializerSpec.$anonfun$new$2(LzoSerializerSpec.scala:69)

It seems that so far we've been lucky enough that this class was in the classpath, but with the bump of all the libraries it's not any more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant