From 9baad3084ac4ebfaf48901a36d34c5943a7fd817 Mon Sep 17 00:00:00 2001 From: Scott Ferguson Date: Wed, 2 Nov 2016 14:08:39 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd9f738..66fefe6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ StreamX is a kafka-connect based connector to copy data from Kafka to Object Sto StreamX inherits rich set of features from kafka-connect-hdfs. - Support for writing data in Avro and Parquet formats. - - Provides Hive Integration where the connector creates patitioned hive table and periodically does add partitions once it writes a new partition to s3 + - Provides Hive Integration where the connector creates partitioned hive table and periodically does add partitions once it writes a new partition to s3 - Pluggable partitioner : - default partitioner : Each Kafka partition will have its data copied under a partition specific directory - time based partitioner : Ability to write data on hourly basis