From 48fafbedac3a962478759eb808f2b7fc737c4e66 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Mon, 22 Jan 2024 15:04:15 -0800 Subject: [PATCH] Add clarification for Trino clusters --- docs/installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 677ea0d91..3401ad0c9 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -66,6 +66,13 @@ driver and the Trino REST API for cluster and node health information. Typically, this means that Trino versions 354 and higher should work, however newer Trino versions are strongly recommended. +Trino-derived projects and platforms may work if the Trino JDBC driver and the +REST API are supported. For example, Starburst Galaxy and Starburst Enterprise +are known to work. Trino deployments with the Helm chart and other means on +various cloud platforms, such as Amazon EKS also work. However Amazon Athena +does not work since it uses alternative, custom protocols and lacks the concept +of individual clusters. + ## Configuration After downloading or building the JAR, rename it to `gateway-ha.jar`,