Setup Iceberg in Starburst Trino¶
Before you begin, review the deployment steps for Starburst Trino. For initial setup, see Setup for Access Management for Starburst Trino for initial setup instructions.
Update values.yaml File¶
-
Navigate to your Starburst 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 Starburst Trino cluster. For the Helm upgrade command, see Install Starburst 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 Starburst Trino guide.
- Prev topic: Advanced Configuration