# Copyright 2015 Confluent Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software distributed under the License # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express # or implied. See the License for the specific language governing permissions and limitations under # the License. name=hdfs-sink connector.class=io.confluent.connect.hdfs.HdfsSinkConnector tasks.max=1 #topics=Topic1, Topic2, Topic3, Topic4 hdfs.url=hdfs://Hostname:8020 flush.size=1 topics.dir=/user/xyz format.class=io.confluent.connect.hdfs.avro.AvroFormat #format.class=io.confluent.connect.hdfs.parquet.ParquetFormat #format.class=io.confluent.connect.hdfs.json.JsonFormat #format.class=io.confluent.connect.hdfs.string.StringFormat #partitioner.class=io.confluent.connect.storage.partitioner.TimeBasedPartitioner #flush.size=100 rotate.interval.ms=30000 avro.codec=snappy hive.integration=true hive.metastore.uris=thrift://Hive_metastore_host:9083 schema.compatibility=BACKWARD