Github user harishreedharan commented on a diff in the pull request:
https://github.com/apache/spark/pull/807#discussion_r12802607
--- Diff: external/flume-sink/pom.xml ---
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
--- End diff --
The sink will be deployed to a Flume agent and not within the spark
application. Adding it in external/flume would require that all of the spark
dependencies be bundled with the jar, while keeping this module separate (which
does not depend on the rest of Spark) allows the user to simply deploy this jar
to the Flume plugins directory. In fact, this module does not have any
dependencies that Flume already does not pull in by default.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---