danhuawang commented on code in PR #5632:
URL: https://github.com/apache/gravitino/pull/5632#discussion_r1855729593
##########
trino-connector/integration-test/trino-test-tools/trino-cascading-env/docker-compose.yaml:
##########
@@ -59,6 +88,7 @@ services:
- ./init/trino-remote:/tmp/trino
- ${GRAVITINO_TRINO_CONNECTOR_DIR:-/null}:/usr/lib/trino/plugin/gravitino
-
${GRAVITINO_TRINO_CASCADING_CONNECTOR_DIR:-/null}:/usr/lib/trino/plugin/trino
+ - ${GRAVITINO_SERVER_DIR:-/null}:/opt/gravitino-server
Review Comment:
I check it in the Trino container, it seams there's drivers in
/usr/lib/trino/plugin/mysql or /usr/lib/trino/plugin/postgresql.
```
[trino@54ba2a4a6ce8 /]$ ls /usr/lib/trino/plugin/mysql | grep mysql
mysql-connector-j-8.2.0.jar
trino-mysql-435-services.jar
trino-mysql-435.jar
[trino@54ba2a4a6ce8 /]$ ls /usr/lib/trino/plugin/postgresql | grep postgresql
postgresql-42.7.1.jar
trino-postgresql-435-services.jar
trino-postgresql-435.jar
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]