bkahloon commented on issue #2168:
URL: https://github.com/apache/iceberg/issues/2168#issuecomment-768873706
I was able to use the following changes in the `sql-client-defaults.yaml`
file to get an integration between Flink SQL Client, Iceberg and AWS Glue
```
catalogs:
- name: iceberg
type: iceberg
catalog-impl: org.apache.iceberg.aws.glue.GlueCatalog
lock-impl: org.apache.iceberg.aws.glue.DynamoLockManager
lock.table: icebergGlueLockTable
warehouse: s3://warehouse-bucket/
```
I also added the Iceberg Flink runtime jar to Flink's lib directory as well
as the AWS SDK and HTTP client jars as well.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]