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
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",
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
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
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
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
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