Skip to main content
Version: 0.3.0

Gravitino connector requirements

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

  • Trino server version should be higher than Trino-server-360, ideally using Trino-server-426. 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 static in the Trino configuration.
  • Ensure that you have set the allow_pushdown_into_connectors to false in the Trino session configuration.