kafka-connect-hdfs icon indicating copy to clipboard operation
kafka-connect-hdfs copied to clipboard

Kafka Connect HDFS connector

Results 131 kafka-connect-hdfs issues
Sort by recently updated
recently updated
newest added

I can not find recent releases in confluent package repo: http://packages.confluent.io/maven/io/confluent/kafka-connect-hdfs/ Last available is 5.2.4 but latest release is 10.0.0. Is this expected? Is there a way how to consume...

Using hdfs3 sink with Hadoop 3.0.0 and Hive 2.1.1 Files are written to HDFS, Hive table is created, but adding partitions results in below error It seems method 'get_table_req' does...

I'm using HDFS Sink Connector version 5.4.3 and sometimes (not always) when I start tasks, I get the below exception: ``` org.apache.kafka.connect.runtime.ConnectorConfig$EnrichedConnectorConfig logAll - EnrichedConnectorConfig values: config.action.reload = restart connector.class...

Here is the issue that I am facing: ERROR WorkerSourceTask{id=Trail-0} Task threw an uncaught and unrecoverable exception. Task is being killed and will not recover until manually restarted (org.apache.kafka.connect.runtime.WorkerTask:187) org.apache.kafka.connect.errors.ConnectException:...

I have table like this ``` id name year month day emp01 karl 2021 05 01 ``` and use FieldPartitioner, partition.filed.name is "year". data commit succeeded, but when I use...

When HDFS Sink connector start buffering records, it writes a temp file at +/tmp//_tmp.json hdfs path. Is HDFS Sink connector writing this temp file every time it recevies a message...

Hello, is it possible / safe to provide a custom directory naming convention where one do not want to use actual topic name? I see it possible via custom partitioner...

We upgraded from confluent 5.0.0 from 4.0.0 in production to run kafka connect hdfs connectors? I see connector task failures with the below error. I think this issue is related...

We are using HDFS connector v4.0.1 and Kafka Connect 1.0.0 Some data is already written into HDFS in parquet format. The associated schema contains "redacted comment v1" in doc field....

Hi, everyone , recently i used hdfs sink connector, and i am worried about that if the data is consistenctly input to kafka, will it generate some small files, which...