{
"name": "test",
"config": {
"name": "test",
"logs.dir": "/logs",
"topics": "topic",
"connector.class": "io.confluent.connect.hdfs.HdfsSinkConnector",
"format.class": "io.confluent.connect.hdfs.parquet.ParquetFormat",
"tasks.max": "1",
"flush.size": "3",
"hadoop.conf.dir": "/etc/hadoop/conf",
"hdfs.url": "hdfs_url",
"hive.integration": true,
"hive.metastore.uris": "hive_metastore",
"hive.conf.dir": "/etc/hadoop/conf",
"schema.compatibility": "BACKWARD",
"key.converter": "io.confluent.connect.avro.AvroConverter",
"key.converter.schemas.enable": "true",
"key.converter.schema.registry.url": "url",
"value.converter": "io.confluent.connect.avro.AvroConverter",
"value.converter.schemas.enable": "true",
"value.converter.schema.registry.url": "url",
"auto.offset.reset": "earliest"
}
}