Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
1.3.1
-
None
Description
In 1.3.0 Spark, we shaded Guava, which meant that the Spark Sink's guava dependency is not standard guava anymore - thus the one from Flume's classpath does not work and can throw a NoClassDefFoundError while using Spark Sink.
We must pull in the guava dependency into the Spark Sink jar.