Skip to content

docs: Update very outdated trino-cli versions #758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ sleep 5
echo "Start testing Trino"
echo "Downloading Trino CLI tool as trino.jar"
# tag::download-trino-cli[]
curl --output trino.jar https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-396-executable.jar
curl --output trino.jar https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-476-executable.jar
# end::download-trino-cli[]

echo "Run chmod +x for trino.jar"
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ sleep 5
echo "Start testing Trino"
echo "Downloading Trino CLI tool as trino.jar"
# tag::download-trino-cli[]
curl --output trino.jar https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-396-executable.jar
curl --output trino.jar https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-476-executable.jar
# end::download-trino-cli[]

echo "Run chmod +x for trino.jar"
2 changes: 1 addition & 1 deletion docs/modules/trino/pages/getting_started/installation.adoc
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ For these components extra steps are required.
** a Stackable xref:secret-operator:index.adoc[Secret Operator] for certificates when deploying for TLS
** a Stackable xref:commons-operator:index.adoc[Commons Operator] for certificates when deploying for TLS authentication
** (for authorization): a Stackable xref:opa:index.adoc[OPA Operator]
** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-363-executable.jar[Trino CLI] to test
** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-476-executable.jar[Trino CLI] to test
SQL queries

=== S3 bucket
2 changes: 1 addition & 1 deletion docs/modules/trino/pages/usage-guide/connect_to_trino.adoc
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ The `--insecure` flag ignores the server TLS certificate and is required in this

[source,console]
----
$ java -jar ~/Downloads/trino-cli-403-executable.jar --server https://85.215.195.29:8443 --user admin --password --insecure
$ java -jar ~/Downloads/trino-cli-476-executable.jar --server https://85.215.195.29:8443 --user admin --password --insecure
----

TIP: In case you are using OpenID connect, use `--external-authentication` instead of `--password`.