I’m having the same trouble using the Camus HDFS consumer. Were you able to
figure it out?
We are using Kafka 0.8.1.1 (2.9.2) rebuilt with Snappy 1.1.0.1, and don't
have problems with producers or consumers.
Chi
On Thu, Jun 5, 2014 at 9:29 PM, Vinay Gupta
wrote:
> Hi,
> I am using
> kafka_2.9.2-0.8.1and
> snappy-java-1.1.0.1.jar
>
>
> I have been able to successfully use gzip
Hi,
I am using
kafka_2.9.2-0.8.1and
snappy-java-1.1.0.1.jar
I have been able to successfully use gzip with the same library. however
“snappy” doesn’t work in consumer side.
Producer is able to send snappy messages to broker though.
I have made sure that snappy java lib is the same on both