Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 894 Bytes

requirements.md

File metadata and controls

15 lines (13 loc) · 894 Bytes
title slug keyword license
Apache Gravitino Trino connector requirements
/trino-connector/requirements
gravitino connector trino
This software is licensed under the Apache License version 2.

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-439. 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.