Setup Iceberg in Trino¶
Before you begin, review the deployment steps for Trino. For initial setup, see Setup for Access Management for Trino for initial setup instructions.
Update values.yaml File¶
-
Navigate to your Trino plugin directory:
Bash -
Open the
values.yamlfile for editing:Bash -
Add the Iceberg catalog configuration to your
values.yamlfile:
Deploy¶
After you update values.yaml, deploy your Trino cluster. For the Helm upgrade command, see Install Trino on Kubernetes Cluster section in the Setup page.
Validate¶
- For information on how to use and validate Iceberg in Apache Spark, see the Validate Iceberg Catalog in Trino guide.
- Prev topic: Advanced Configuration