Re: [I] [SUPPORT] Kafka connect sink to S3 authentification parameters [hudi]

2024-01-10 Thread via GitHub
ad1happy2go commented on issue #10428: URL: https://github.com/apache/hudi/issues/10428#issuecomment-1884422179 Great! Thanks for the information @akolyaga, will help a lot. Closing this issue then . Please reopen or create a new one in case of any issues. -- This is an automated message

Re: [I] [SUPPORT] Kafka connect sink to S3 authentification parameters [hudi]

2024-01-10 Thread via GitHub
codope closed issue #10428: [SUPPORT] Kafka connect sink to S3 authentification parameters URL: https://github.com/apache/hudi/issues/10428 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [I] [SUPPORT] Kafka connect sink to S3 authentification parameters [hudi]

2024-01-09 Thread via GitHub
akolyaga commented on issue #10428: URL: https://github.com/apache/hudi/issues/10428#issuecomment-1882937441 I don't use AWS, as I mentioned I try to connect to ceph cluster. This connection configuration works for my case: "hoodie.base.path": "s3a://x", "store.url": "

Re: [I] [SUPPORT] Kafka connect sink to S3 authentification parameters [hudi]

2024-01-02 Thread via GitHub
ad1happy2go commented on issue #10428: URL: https://github.com/apache/hudi/issues/10428#issuecomment-1874091735 @akolyaga Did this suggestion worked? Do let us know. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] [SUPPORT] Kafka connect sink to S3 authentification parameters [hudi]

2023-12-29 Thread via GitHub
ad1happy2go commented on issue #10428: URL: https://github.com/apache/hudi/issues/10428#issuecomment-1871834313 @akolyaga Did you tried setting env variables like below and adding hadoop-aws and aws-java-sdk bundle jar - export AWS_ACCESS_KEY_ID= export AWS_SECRET_ACCESS_KEY= e