Skip to main content
Version: 0.5.1

Gravitino connector requirements

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

  • Trino server version should be at least Trino-server-435. Other versions of Trino 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.
  • Ensure that you have set the catalog.store to file in the Trino coordinator configuration.