felixschneider99 commented on issue #14743: URL: https://github.com/apache/iceberg/issues/14743#issuecomment-3607505617
Setting up my SparkCatalog like this Packages > org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.10.0 org.apache.iceberg:iceberg-aws-bundle:1.10.0 software.amazon.awssdk:bundle:2.30.31 software.amazon.awssdk:url-connection-client:2.30.31 Configs > spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions spark.sql.catalog.s3tables_rest_catalog=org.apache.iceberg.spark.SparkCatalog spark.sql.catalog.s3tables_rest_catalog.type=rest spark.sql.catalog.s3tables_rest_catalog.uri=https://s3tables./eu-central-1.amazonaws.com/iceberg spark.sql.catalog.s3tables_rest_catalog.warehouse=[URI] spark.sql.catalog.s3tables_rest_catalog.rest.sigv4-enabled=true spark.sql.catalog.s3tables_rest_catalog.rest.signing-name=s3tables spark.sql.catalog.s3tables_rest_catalog.rest.signing-region=eu-central-1 spark.sql.catalog.s3tables_rest_catalog.io-impl=org.apache.iceberg.aws.s3.S3FileIO spark.sql.catalog.s3tables_rest_catalog.rest-metrics-reporting-enabled=false spark.sql.defaultCatalog=s3tables_rest_catalog -- 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]
