jackye1995 commented on issue #2168:
URL: https://github.com/apache/iceberg/issues/2168#issuecomment-769641714


   > @bkahloon where the metadata store, Together with data in s3?
   
   Iceberg table metadata (table version metadata, snapshot, manifest), are 
always stored in the storage, because itself can become "big metadata". For 
GlueCatalog, it is stored under the path configured under `warehouse`. For 
Hive, it uses Hive's metastore config key `hive.metastore.warehouse.dir. 
([link](https://github.com/apache/iceberg/blob/master/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java#L490-L519
   )).
   
   Both catalog supports overriding this metadata path at namespace or table 
level.


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