Skip to content

Instantly share code, notes, and snippets.

@shrijeet
Created July 9, 2016 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrijeet/e878c9ae37267d07633436fea1d355ed to your computer and use it in GitHub Desktop.
Save shrijeet/e878c9ae37267d07633436fea1d355ed to your computer and use it in GitHub Desktop.
kafka-connect-hdfs quickstart-hdfs.properties
name=hdfs-sink
connector.class=io.confluent.connect.hdfs.HdfsSinkConnector
tasks.max=1
topics=test_hdfs
hdfs.url=hdfs://10.211.55.101:8020
flush.size=3
hive.integration=true
hive.metastore.uris=thrift://localhost:9083
schema.compatibility=BACKWARD
format.class=io.confluent.connect.hdfs.parquet.ParquetFormat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment