sudo ./bin/connect-standalone etc/kafka/connect-standalone.properties etc/kafka-connect-hdfs/quickstart-hdfs.properties
After starting KAFKA CONNECT, I am getting below information and data is not written on HDFS:
[2017-01-12 15:09:20,860] INFO Fetch offset 0 is out of range for partition Prd_IN_GeneralEvents-99, resetting offset (org.apache.kafka.clients.consumer.internals.Fetcher:708)
[2017-01-12 15:09:20,862] INFO Fetch offset 0 is out of range for partition Prd_IN_GeneralEvents-10, resetting offset (org.apache.kafka.clients.consumer.internals.Fetcher:708)
[2017-01-12 15:09:20,863] INFO Fetch offset 0 is out of range for partition Prd_IN_GeneralEvents-175, resetting offset (org.apache.kafka.clients.consumer.internals.Fetcher:708)
[2017-01-12 15:09:20,865] INFO Fetch offset 0 is out of range for partition Prd_IN_GeneralEvents-343, resetting offset (org.apache.kafka.clients.consumer.internals.Fetcher:708)
[2017-01-12 15:09:24,951] INFO Reflections took 7628 ms to scan 263 urls, producing 12034 keys and 80062 values (org.reflections.Reflections:229)
I have created one blank file as connect.offsets inside confluent directory and updated value as
offset.storage.file.filename=/opt/confluent-3.0.0/connect.offsets in connect-standalone.properties .
Why the data is not getting written on HDFS?
--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent-platform@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/620336fe-d4eb-4741-81d9-e5d231267cd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platform+unsubscribe@googlegroups.com.
To post to this group, send email to confluent-platform@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/2ff8ef9f-9f5b-4f44-bce5-bb74f636f704%40googlegroups.com.