Skip to content

Instantly share code, notes, and snippets.

View Priyansh121096's full-sized avatar
🏏

Priyansh Agrawal Priyansh121096

🏏
View GitHub Profile
@Priyansh121096
Priyansh121096 / local_iceberg_table_using_trino.txt
Last active October 10, 2023 01:24
How to setup a local Iceberg table using Trino?
Requirements: Linux, Trino
Topics:
- Apache Iceberg (https://iceberg.apache.org/)
- Trino (https://trino.io/)
- MySQL (https://www.mysql.com/)
- Hive metastore (https://hive.apache.org/)
# Install and configure mysql
# https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04