pvary commented on issue #2919:
URL: https://github.com/apache/iceberg/issues/2919#issuecomment-891164131


   ```
   SET 
iceberg.catalog.glue.catalog-impl=org.apache.iceberg.aws.glue.GlueCatalog;
   SET iceberg.catalog.glue.warehouse=s3://bucket_name/key;
   SET 
iceberg.catalog.glue.lock-impl=org.apache.iceberg.aws.glue.DynamoLockManager;
   SET iceberg.catalog.glue.lock.table=myGlueLockTable;
   ```


-- 
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]

Reply via email to