raphaelauv commented on issue #11796:
URL: https://github.com/apache/iceberg/issues/11796#issuecomment-3073793729
thanks @fenil25 , it works with it
```json
iceberg.catalog.catalog-impl: org.apache.iceberg.aws.glue.GlueCatalog
iceberg.catalog.client.region: us-east-1
iceberg.catalog.io-impl: org.apache.iceberg.aws.s3.S3FileIO
iceberg.catalog.s3.path-style-access: "true"
iceberg.catalog.warehouse: s3://XXXXX
iceberg.control.topic: XXXXX
iceberg.control.commit.interval-ms: "180000"
iceberg.kafka.session.timeout.ms: "240000"
iceberg.kafka.heartbeat.interval.ms: "30000"
```
--
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]