You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/01/28 08:02:25 UTC

[GitHub] [iceberg] bkahloon commented on issue #2168: Flink: [doc] Is there a full example for Iceberg+Flink+S3 ?

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:
users@infra.apache.org



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