jackye1995 commented on issue #3546: URL: https://github.com/apache/iceberg/issues/3546#issuecomment-968463794
You can use S3FileIO with Hadoop catalog by setting `io-impl` catalog property as `org.apache.iceberg.aws.s3.S3FileIO`, and it will load it instead of `HadoopFileIO`: https://github.com/apache/iceberg/blob/b6ce66112bea752513d5317c0813c77ea980643a/core/src/main/java/org/apache/iceberg/hadoop/HadoopCatalog.java#L104-L105. Please let me know if this solves your issue, thanks. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
