Re: Cassandra connector

2016-02-18 Thread Liquan Pei
Hi Andrew, That is really awesome. I would be interested in taking a look! Best, Liquan On Thu, Feb 18, 2016 at 10:56 AM, Andrew Stevenson < and...@datamountaineer.com> wrote: > Hi Guys, > > I posted on the Confluent mailing list about my Cassandra Connect sink. > > Comments please. Be gentle!

Cassandra connector

2016-02-18 Thread Andrew Stevenson
Hi Guys, I posted on the Confluent mailing list about my Cassandra Connect sink. Comments please. Be gentle! https://github.com/andrewstevenson/stream-reactor/tree/master/kafka-connect Regards Andrew

Issue with protobuff and Spark cassandra connector

2015-11-16 Thread Cassa L
Hi, Has anyone used Protobuff with spark-cassandra connector? I am using protobuff-3.0-beta with spark-1.4 and cassandra-connector-2.10. I keep getting "Unable to find proto buffer class" in my code. I checked version of protobuff jar and it is loaded with 3.0-beta in classpath. Pr