Trino ADB connector prerequisites
This article describes the requirements for ADB and ADH clusters that have to be fulfilled to allow the Trino connector to interact with an ADB cluster. These requirements are mandatory for running the connector usage example.
ADB requirements
-
The ADB cluster is installed according to the Online installation guide.
-
The ADB cluster uses the default port (
5432
) for incoming JDBC connections. SSL is disabled. -
The ADB user, which is used by the Trino connector to access an ADB cluster, has sufficient read/write permissions. More details on granting permissions to the ADB user are described in the example.
ADH requirements
-
The ADH cluster is installed according to the Online installation guide. The minimum ADH version is 4.0.0.
-
The ADH cluster has the Trino service installed.