Re: Fw: Re: Kafka-connect

2018-05-09 Thread Burton Williams
good to see that you've got it figured out, almost. Is there data in Cassandra? did you check that? I have never used the Cassandra connector, so i don't know if you've set it up correctly. you'll have to start by checking at the source for data. Thats all I can help with at this point. Sorry -B

Re: Fw: Re: Kafka-connect

2018-05-09 Thread Jagannath Bilgi
Thank you Williams.  Tried in different way and able to add Cassandra connector. However unable to fetch data in console. Below are details. {"name": "packs2","config" : { "tasks.max": "1",  "connector.class" : "com.datamountaineer.streamreactor.connect.cassandra.source.CassandraSourceConnector",

Re: Fw: Re: Kafka-connect

2018-05-08 Thread Burton Williams
Its clear you're not setting up your docker image correctly. Can you draw out your directory structure that you build the docker image from? and provide the contents of your Dockerfile -B On Sat, May 5, 2018 at 12:55 PM, Jagannath Bilgi wrote: > Thank you. > However that is command prompt. > Tr

Re: Fw: Re: Kafka-connect

2018-05-05 Thread Jagannath Bilgi
Thank you. However that is command prompt. Tried below options. However none of them worked.  ./bin/zookeeper-server-start.sh config/zookeeper.properties sh ./bin/zookeeper-server-start.sh config/zookeeper.properties  (it fails with bin/kafka-run-class.sh not found) Included kafka installation d

Re: Fw: Re: Kafka-connect

2018-05-05 Thread Burton Williams
Your ZK path is incorrect. It has a `#` vs a '/' in it. Try changing that. -B On Fri, May 4, 2018 at 12:41 AM, Jagannath Bilgi wrote: > Hi Williams, > > Thank you for quick reply. > > I am new to Kafka and stream processing. Wanted to implement solution > through docker. It is expected to conta

Re: Fw: Re: Kafka-connect

2018-05-04 Thread Christos Vasilakis
from a quick glance noticed that the path name contains an ‘`#’ character instead of ‘/‘ causing the ‘not found’ error. Hope that helps On Fri, May 4, 2018 at 7:41 AM, Jagannath Bilgi wrote: > Hi Williams, > > Thank you for quick reply. > > I am new to Kafka and stream processing. Wanted to im

Fw: Re: Kafka-connect

2018-05-03 Thread Jagannath Bilgi
Hi Williams, Thank you for quick reply. I am new to Kafka and stream processing. Wanted to implement solution through docker. It is expected to contain Zookeeper, Kafka, Kafkka-Connect and Cassandra. Tried example from Getting started with the Kafka Connect Cassandra Source Unable to proceed fur