GitHub user tdas opened a pull request:
https://github.com/apache/spark/pull/2101
[SPARK-3169] Removed dependency on spark streaming test from spark flume
sink
Due to maven bug https://jira.codehaus.org/browse/MNG-1378, maven could not
resolve spark streaming classes required by the spark-streaming test-jar
dependency of external/flume-sink. There is no particular reason that the
external/flume-sink has to depend on Spark Streaming at all, so I am
eliminating this dependency. Also I have removed the exclusions present in the
Flume dependencies, as there is no reason to exclude them (they were excluded
in the external/flume module to prevent dependency collisions with Spark).
Since Jenkins will test the sbt build and the unit test, I only tested
maven compilation locally.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tdas/spark spark-sink-pom-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2101.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2101
----
commit 93b559fadef347d425253bbf42dfdbcfb1cfe0ae
Author: Tathagata Das <[email protected]>
Date: 2014-08-23T02:05:20Z
Removed dependency on spark streaming test from spark flume sink
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]