Skip to content

Instantly share code, notes, and snippets.

diff --git a/lang/java/ipc/pom.xml b/lang/java/ipc/pom.xml
index 35fdeaf..50cf2d7 100644
--- a/lang/java/ipc/pom.xml
+++ b/lang/java/ipc/pom.xml
@@ -117,12 +117,10 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
- <version>${jackson.version}</version>
</dependency>
@FelixGV
FelixGV / README
Created January 24, 2012 18:58
Kafka distributed incremental Hadoop consumer
Add all of the files in kafka/contrib/hadoop-consumer and run them from that directory, since they rely on some stuff being available relatively from that location.
You should start by executing spawn-incremental-distributed-hadoop-consumer
The scripts are pretty verbose, with usage indications and all that, so it should be pretty easy to figure out what to do from there.
If you have any questions or comments, you can send them to: felix@mate1inc.com