Marcelo Vanzin created SPARK-8015: ------------------------------------- Summary: flume-sink should not depend on Guava. Key: SPARK-8015 URL: https://issues.apache.org/jira/browse/SPARK-8015 Project: Spark Issue Type: Bug Components: Streaming Affects Versions: 1.4.0 Reporter: Marcelo Vanzin Priority: Minor
The flume-sink module, due to the shared shading code in our build, ends up depending on the {{org.spark-project}} Guava classes. That means users who deploy the sink in Flume will also need to provide those classes somehow, generally by also adding the Spark assembly, which means adding a whole bunch of other libraries to Flume, which may or may not cause other unforeseen problems. It's better to not have that dependency in the flume-sink module instead. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org