You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "Fokko (via GitHub)" <gi...@apache.org> on 2023/05/31 15:04:52 UTC

[GitHub] [iceberg] Fokko commented on issue #7709: reset catalog can't reslove s3 domain name

Fokko commented on issue #7709:
URL: https://github.com/apache/iceberg/issues/7709#issuecomment-1570413628

   Can you try setting:
   ```
   s3.path-style-access=true
   ```
   
   This can be done on a catalog level:
   ```sh
   spark.sql.extensions                   org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
   spark.sql.catalog.demo                 org.apache.iceberg.spark.SparkCatalog
   spark.sql.catalog.demo.catalog-impl    org.apache.iceberg.rest.RESTCatalog
   spark.sql.catalog.demo.uri             http://rest:8181
   spark.sql.catalog.demo.io-impl         org.apache.iceberg.aws.s3.S3FileIO
   spark.sql.catalog.demo.warehouse       s3a://xx/
   spark.sql.catalog.demo.s3.endpoint     http://los.xxxx.com:9000
   spark.sql.catalog.demo.s3.path-style-access. true
   spark.sql.defaultCatalog               demo
   spark.eventLog.enabled                 true
   spark.eventLog.dir                     /home/iceberg/spark-events
   spark.history.fs.logDirectory          /home/iceberg/spark-events
   spark.sql.catalogImplementation        in-memory
   ```


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org