codope commented on issue #3346:
URL: https://github.com/apache/hudi/issues/3346#issuecomment-887478184
@GitSpree23 Can you try to set the following options while submitting
deltastreamer job.
```
spark-submit --conf
spark.driver.extraJavaOptions='-Dcom.amazonaws.services.s3.enableV4' \
--conf
spark.executor.extraJavaOptions='-Dcom.amazonaws.services.s3.enableV4' \
... (other spark options)
```
I have not yet had chance to reproduce this issue. But, apart from setting
`fs.s3a.endpoint`, it seems we need to set extra options if you're on an older
version of aws sdk. Refer: https://stackoverflow.com/a/57928724
--
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 specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]