Skip to content

Commit

Permalink
docs(trino): Use trino-cli 469
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Feb 5, 2025
1 parent 5b22e6d commit ce92e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/demos/pages/trino-iceberg.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ As an alternative, you can use https://trino.io/download.html[trino-cli] by runn

[source,console]
----
$ java -jar ~/Downloads/trino-cli-455-executable.jar --user admin --insecure --password --server https://172.18.0.2:30856
$ java -jar ~/Downloads/trino-cli-469-executable.jar --user admin --insecure --password --server https://172.18.0.2:30856
----

Make sure to replace the server endpoint with the endpoint listed in the `stackablectl stacklet list` output.
Expand Down

0 comments on commit ce92e0b

Please sign in to comment.