Skip to content

Questions around Iceberg-rust #468

Closed Answered by liurenjie1024
ChristianCasazza asked this question in Q&A
Discussion options

You must be logged in to vote

How does connecting an Iceberg catalog with a specific S3 bucket work? I understand the structure on S3 with dividing a table into parquet data files and avro metadata files, but I am not sure how the relationship between this file organization and a deployed catalog works, and how to configure that exactly.

It depends on what catalog you are using. For hms/glue catalog, which could be classified as client side catalog, you need to setup hive metastore or glue server, and pass warehouse configuration to catalog builder. For rest catalog, it's the rest catalog server's responsibility to manage the location.

Where does Pyiceberg fit into Iceberg-rust? Would it be possible to deploy Icebe…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by liurenjie1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #450 on July 17, 2024 14:07.