-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 1.3.1
-
Fix Version/s: None
-
Component/s: DStreams
-
Labels:
-
Target Version/s:
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.