Mark Lambert

Results 39 comments of Mark Lambert

I'm feeling like our issues are similar but not exactly the same. I'm feeling like there are dependencies missed in https://github.com/confluentinc/kafka-connect-storage-cloud/blob/master/kafka-connect-s3/pom.xml. It is not my area of expertise either though....

Interestingly I found hadoop-annotations-2.7.7.jar, hadoop-auth-2.7.7.jar, hadoop-common-2.7.7.jar are already included in the connector and I see them deployed in my plugin folder. So I started getting more confused. I decided to...

Was this ever resolved? I am able to work around the issue with [the answer here](https://stackoverflow.com/a/41708918/481816), and tell my app to additionally look at wwwroot\node_modules module dependencies. Curious if there...

Do you think there are still issues with this configuration? If so, I'd be interested in contributing to using web jobs. Do you have any direction or tasks that need...

Cross-posted on [Discord](https://discord.com/channels/909674491309850675/921100929984503858/1141211547012702278) in case future readers are looking for more information.

I did see #1366 and this may be related, or have some synergy to refactoring this logic considering these two issues together. I tried testing issue #1367 with v1.24.0 and...

@camccar thank you for posting your work around, this worked for me. very timely too, just started playing around with this today and hit the same error.

I had to add a line to make start-kafka.sh executable. Other than that, it seems to startup for me. I haven't done more with it yet. After the existing line...

> users could simply request the file in a separate call and then open it @DnOberon Would this work somehow for very large files you want to leverage partial reads...

@mjbcopland can you share a bit more about what you did to work around? On @duckdb/[email protected] I see a 403 from an initial HTTP HEAD to S3 pre-signed URL, which...