Dustin Cote

Results 6 comments of Dustin Cote

@skyahead when you see this, do you also see something like "Error closing " followed by your file name? I commented on #142 as I'm thinking there's something to be...

@cmccabe the only lease acquisition I'm aware of happens here: https://github.com/confluentinc/kafka-connect-hdfs/blob/master/src/main/java/io/confluent/connect/hdfs/wal/FSWAL.java#L73 I haven't seen an attempt at doing a lease recovery. Would that help avoid this though? Seems like the...

@heifrank I see two things I would change here to troubleshoot: 1) flush.size is set to 1000. I would set this to something small like 3 and manually produce records...

@heifrank do you see any directories created in HDFS? If the connection to HDFS is working properly, you should see a `/topics` and `/logs` directory created in HDFS by the...

@heifrank I think the problem then is with the fact that we don't currently have a good way for you to write Json data built into the connector. It's some...

Marking this as an enhancement for later evaluation. If there are other users who require multiple users for different connector jobs in a secure environment, it would be good to...