amogh-jahagirdar commented on issue #6393: URL: https://github.com/apache/iceberg/issues/6393#issuecomment-1364889566
Sorry for the delay, missed this issue somehow. @y-bowen, could you provide the details on which AWS SDK version you are using? Note AWS SDK v2 is required for Iceberg. Checkout https://iceberg.apache.org/docs/latest/aws/#flink for an example for Flink. Looking at the stack trace, I see there are a few issues already opened in AWS SDK, for example https://github.com/aws/aws-sdk-java/issues/2184, https://github.com/aws/aws-sdk-java/issues/1622, https://github.com/aws/aws-sdk-java/issues/1588 All of these issues point to having conflicting XMLReaders on the same class path, so please do check that there is a single XMLReader on your class path. -- 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]
