From 8df37e4911f74253a901502c9232c3db26dc8856 Mon Sep 17 00:00:00 2001 From: Hari Shreedharan Date: Mon, 19 May 2014 23:09:02 -0700 Subject: [PATCH] SPARK-1729. Make Flume pull data from source, rather than the current push model Updated Maven build to be equivalent of the sbt build. --- external/flume-sink/pom.xml | 13 +++++++++++-- project/plugins.sbt | 2 -- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/external/flume-sink/pom.xml b/external/flume-sink/pom.xml index 40d7e09edaf16..4937e1ca42357 100644 --- a/external/flume-sink/pom.xml +++ b/external/flume-sink/pom.xml @@ -36,7 +36,7 @@ 1.4.0 - org.jboss.netty + io.netty netty @@ -49,6 +49,16 @@ org.apache.flume flume-ng-core 1.4.0 + + + io.netty + netty + + + org.apache.thrift + libthrift + + @@ -64,7 +74,6 @@ avro-maven-plugin 1.7.3 - String ${project.basedir}/target/scala-${scala.binary.version}/src_managed/main/compiled_avro diff --git a/project/plugins.sbt b/project/plugins.sbt index eadf71707ba19..0165382a57541 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,8 +4,6 @@ resolvers += Resolver.url("artifactory", url("http://scalasbt.artifactoryonline. resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/" -resolvers += "sbt-plugins" at "http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases" - addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.10.2") addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")