danhuawang commented on code in PR #110:
URL:
https://github.com/apache/gravitino-playground/pull/110#discussion_r1866987152
##########
healthcheck/trino-healthcheck.sh:
##########
@@ -20,7 +20,7 @@
set -ex
# Because trino-connector must first synchronize a default metalake from the
Gravitino server
-response=$(trino --server ${TRINO_HOST_IP}:8080 --execute "SHOW CATALOGS LIKE
'catalog_hive'")
+response=$(trino --server trino:8080 --execute "SHOW CATALOGS LIKE
'catalog_hive'")
Review Comment:
Why not use `localhost ` as hostname ?
--
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]