- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 11:40 PM
Hi @messiah , Good Day!
Please follow the below steps to create an iceberg table in Databricks
1 . you have to create the iceberg table using the supported filed format which is stored in the storage location: it's defined here
it basically supported Parquet, Avro, and ORC.
2 . before creating you need to install the iceberg jar instead of the python library file on your cluster according to your cluster spark version: you can download it from here: https://iceberg.apache.org/releases/#downloads
You can follow the below document to install the downloaded Jar file on a cluster : https://docs.databricks.com/en/libraries/cluster-libraries.html#install-a-library-on-a-cluster
Please find an example below :
For other details, you can check this document:
https://docs.databricks.com/en/external-access/iceberg.html
Please let me know if this helps and leave a like if this information is useful, followups are appreciated.
Kudos
Ayushi