Can AWS Glue crawlers crawl parquet files to iceberg type table?

0

We have some parquet format files on AWS s3 and we want to create iceberg table with these files. Can Glue Crawler do this?

duwan
已提問 6 個月前檢視次數 589 次
2 個答案
1
已接受的答案

The crawler doesn't do any conversion on the data, it registers what you have there.
So if you just have parquet files and not an Iceberg table, the crawler cannot do that. What the crawler can do is register an Iceberg table in S3 you already have.
Iceberg has utilities to create a table based on existing files, then you can ask the crawler to register it:
https://iceberg.apache.org/docs/latest/spark-procedures/#table-migration

profile pictureAWS
專家
已回答 6 個月前
0
profile picture
專家
已回答 6 個月前
  • Notice the question says "some parquet files", there is no Iceberg table for the crawler to find

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南