Last active
November 17, 2018 06:28
-
-
Save Swalloow/6dcc4604ca3847afa631d35ffaa24ac4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name=s3-sink | |
connector.class=io.confluent.connect.s3.S3SinkConnector | |
tasks.max=1 | |
topics=my-topic-name | |
s3.region=ap-northeast-2 | |
s3.bucket.name=my-bucket-name | |
s3.compression.type=gzip | |
s3.part.size=5242880 | |
flush.size=3 | |
storage.class=io.confluent.connect.s3.storage.S3Storage | |
format.class=io.confluent.connect.s3.format.json.JsonFormat | |
schema.generator.class=io.confluent.connect.storage.hive.schema.DefaultSchemaGenerator | |
partitioner.class=io.confluent.connect.storage.partitioner.TimeBasedPartitioner | |
partition.duration.ms=3600000 | |
path.format=YYYY-MM-dd | |
locale=KR | |
timezone=UTC | |
schema.compatibility=NONE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment