confluent kafka hdfs connector hive
问题 I am using the confluent to import data from kafka to hive, trying to do the same thing as this: Bucket records based on time(kafka-hdfs-connector) my sink config is like this: { "name":"yangfeiran_hive_sink_9", "config":{ "connector.class":"io.confluent.connect.hdfs.HdfsSinkConnector", "topics":"peoplet_people_1000", "name":"yangfeiran_hive_sink_9", "tasks.max":"1", "hdfs.url":"hdfs://master:8020", "flush.size":"3", "partitioner.class":"io.confluent.connect.hdfs.partitioner