./bin/connect-standalone etc/kafka/connect-standalone.properties etc/kafka/connect-file-source.properties etc/kafka-connect-hdfs/quickstart-hdfs.properties
connect-standalone.properties
bootstrap.servers=localhost:9092
key.converter=org.apache.kafka.connect.json.JsonConverter
value.converter=org.apache.kafka.connect.json.JsonConverter
key.converter.schemas.enable=false
value.converter.schemas.enable=false
internal.key.converter=org.apache.kafka.connect.json.JsonConverter
internal.value.converter=org.apache.kafka.connect.json.JsonConverter
internal.key.converter.schemas.enable=false
internal.value.converter.schemas.enable=false
offset.storage.file.filename=/tmp/connect.offsets
connect-file-source.properties
name=local-file-source
connector.class=FileStreamSource
tasks.max=1
file=/Users/hadoop/confluent-3.0.0/test.txt
topic=connect-test
quickstart-hdfs.properties
name=hdfs-sink
connector.class=io.confluent.connect.hdfs.HdfsSinkConnector
tasks.max=1
topics=connect-test
key.ignore=true
topic.schema.ignore=true
hdfs.url=hdfs://localhost:8020
flush.size=3
hadoop.conf.dir=/Users/hadoop/hadoop-2.7.3/etc/hadoop/conf
hadoop.home=/Users/hadoop/hadoop-2.7.3
locale=US
rotate.interval.ms=1000
--
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/0dd5c84a-f33f-43a2-97d6-c961f7471cdc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to confluent...@googlegroups.com.
To post to this group, send email to confluent...@googlegroups.com.