nastra commented on issue #10946: URL: https://github.com/apache/iceberg/issues/10946#issuecomment-2291311907
That stack trace is actually more helpful. I think the issue is because virtual-host-style access is being used here by the AWS SDK but your MINIO isn't configured to do the same. As a workaround you can tell the AWS SDK to configure path-style access via `spark.sql.catalog.my_catalog.s3.path-style-access=true` in your Spark config. Alternatively you'd have to configure MINIO to run with virtual-host-style access too (you can use https://github.com/tabular-io/docker-spark-iceberg/pull/72/files#r1144679566 as a reference). -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org