You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Otherwise
The text was updated successfully, but these errors were encountered: