aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMarcelo Vanzin <vanzin@cloudera.com>2015-07-09 18:23:06 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2015-07-09 18:23:06 -0700
commit0e78e40c0b221e09d9ea22177a99f3bea4b2b4fb (patch)
treec7ae6b870b9dafb4d1752cab9e0c83630cca9a62 /pom.xml
parent2d45571fcb002cc9f03056c5a3f14493b83315a4 (diff)
downloadspark-0e78e40c0b221e09d9ea22177a99f3bea4b2b4fb.tar.gz
spark-0e78e40c0b221e09d9ea22177a99f3bea4b2b4fb.tar.bz2
spark-0e78e40c0b221e09d9ea22177a99f3bea4b2b4fb.zip
[SPARK-8852] [FLUME] Trim dependencies in flume assembly.
Also, add support for the *-provided profiles. This avoids repackaging things that are already in the Spark assembly, or, in the case of the *-provided profiles, are provided by the distribution. The flume-ng-auth dependency was also excluded since it's not really used by Spark. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #7247 from vanzin/SPARK-8852 and squashes the following commits: 298a7d5 [Marcelo Vanzin] Feedback. c962082 [Marcelo Vanzin] [SPARK-8852] [flume] Trim dependencies in flume assembly.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1eda108dc0..172fdef4c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1131,6 +1131,10 @@
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
+ <groupId>org.apache.flume</groupId>
+ <artifactId>flume-ng-auth</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
</exclusion>