kafka-connect-hdfs
kafka-connect-hdfs copied to clipboard
Kafka Connect HDFS connector
When write failure occur, connect task handles it by backoff sleep and retry until writes recovers. In my case, when facing infrastructure problems and writing to HDFS, write HDFS pipeline...
Retrieve large LOB columns from DB based on Kafka Messages.
## Problem Many Logical types don't work when writing ORC. And when a hierarchal Record comes through, logical types are ignored entirely (convertPrimitiveMaybeLogical() is never called during recursive traversal), including...
Every 6-7 hours after each connector is on prod enviroment, he log "Task is being killed and will not recover until manually restarted". Cant solve this one so far, already...
hi, Just wanted to understand what is the compatibility between HDFS2 based connector with HDFS/Hive3 There is no documentation that explicitly says that there is no compatibility. Also, given that...
Currently, `kafka-connect-hdfs3:1.1.9` is used to consumer data from kafka and load it into hdfs. Hive tables are also created based on consumer data. Partitioning is in progress by time unit....
This is a routine update from cc-service-bot based on the service.yml in your repo. This PR should be approved and merged as soon as CI passes.
Hi every one, i am using connector hdfs-s3 sink connectors kafka confluent sink to hdfs , my config sink : { "name": "hdfs3_sink-test_v4", "config": { "key.converter.schemas.enabled": "true", "value.converter.schemas.enabled": "true", "schema.enable":...
Hi, In kafka-connect-hdfs 10.2.7, i see in pom.xml the parent is [kafka-connect-storage-common-parent:11.2.9](https://github.com/confluentinc/kafka-connect-hdfs/blob/v10.2.7/pom.xml) kafka-connect-storage-common-parent:11.2.9 has a dependency on io.confluent:common ``` io.confluent common [7.7.0, 7.7.1) ``` When i tried to build the...
## Problem ## Solution ##### Does this solution apply anywhere else? - [ ] yes - [ ] no ##### If yes, where? ## Test Strategy ##### Testing done: -...