aokolnychyi commented on issue #1468:
URL: https://github.com/apache/iceberg/issues/1468#issuecomment-693705618


   Iceberg works reliably with s3 even if the same table is accessed via 
multiple clusters and query engines. Using Iceberg requires a catalog that can 
swap a pointer to the metadata file atomically. This can be done using a 
compare and swap or lock/unlock API. Iceberg contains a built-in implementation 
that uses Hive metastore to work with s3 reliably (lock/unlock). Anyone could 
[easily build](http://iceberg.incubator.apache.org/custom-catalog/) an 
integration for any catalog. For example, one may have a Cassandra-based 
catalog and use compare and swap to commit new table versions. That will be 
enough to work with s3 reliably.


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

Reply via email to