Skip to main content
Version: 1.2.0

Apache Gravitino Trino connector requirements

To install and deploy the Apache Gravitino Trino connector, The following environmental setup is necessary:

  • Trino server version should be between Trino-server-435 and Trino-server-478. The examples in this document use Trino 469 by default.
  • If you use an unsupported Trino version, you can set gravitino.trino.skip-version-validation to true. Unsupported versions have not undergone thorough testing.
  • Ensure that all nodes running Trino can access the Gravitino server's port, which defaults to 8090.
  • Ensure that all nodes running Trino can access the real catalogs resources, such as Hive, Iceberg, MySQL, PostgreSQL, etc.
  • Ensure that you have installed the following connectors in Trino: Hive, Iceberg, MySQL, PostgreSQL.
  • Ensure that you have set the catalog.management to dynamic in the Trino coordinator configuration.