You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by hs...@apache.org on 2014/11/21 02:05:03 UTC

flume git commit: FLUME-2560. Add Kafka Channel to dist tarballs.

Repository: flume
Updated Branches:
  refs/heads/flume-1.6 4e50b16ab -> 5a6adf8f2


FLUME-2560. Add Kafka Channel to dist tarballs.

(Johny Rufus via Hari)


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/5a6adf8f
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/5a6adf8f
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/5a6adf8f

Branch: refs/heads/flume-1.6
Commit: 5a6adf8f2e70596024af276ebe2294e4e9b1f5e5
Parents: 4e50b16
Author: Hari Shreedharan <hs...@apache.org>
Authored: Thu Nov 20 17:04:14 2014 -0800
Committer: Hari Shreedharan <hs...@apache.org>
Committed: Thu Nov 20 17:04:56 2014 -0800

----------------------------------------------------------------------
 flume-ng-dist/pom.xml | 4 ++++
 pom.xml               | 6 ++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/5a6adf8f/flume-ng-dist/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml
index a5db0c7..4d2ebfe 100644
--- a/flume-ng-dist/pom.xml
+++ b/flume-ng-dist/pom.xml
@@ -130,6 +130,10 @@
       <artifactId>flume-jdbc-channel</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.flume.flume-ng-channels</groupId>
+      <artifactId>flume-kafka-channel</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.flume.flume-ng-sinks</groupId>
       <artifactId>flume-hdfs-sink</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/flume/blob/5a6adf8f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4f550d3..7d4f01a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1099,6 +1099,12 @@ limitations under the License.
 
       <dependency>
         <groupId>org.apache.flume.flume-ng-channels</groupId>
+        <artifactId>flume-kafka-channel</artifactId>
+        <version>1.6.0-SNAPSHOT</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.flume.flume-ng-channels</groupId>
         <artifactId>flume-spillable-memory-channel</artifactId>
         <version>1.6.0-SNAPSHOT</version>
       </dependency>