Skip to content

Commit 54f80b5

Browse files
authored
docs: Update very outdated trino-cli versions (#758)
1 parent 23f6bd8 commit 54f80b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/modules/trino/examples/getting_started/code/getting_started.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ sleep 5
7777
echo "Start testing Trino"
7878
echo "Downloading Trino CLI tool as trino.jar"
7979
# tag::download-trino-cli[]
80-
curl --output trino.jar https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-396-executable.jar
80+
curl --output trino.jar https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-476-executable.jar
8181
# end::download-trino-cli[]
8282

8383
echo "Run chmod +x for trino.jar"

docs/modules/trino/examples/getting_started/code/getting_started.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ sleep 5
7777
echo "Start testing Trino"
7878
echo "Downloading Trino CLI tool as trino.jar"
7979
# tag::download-trino-cli[]
80-
curl --output trino.jar https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-396-executable.jar
80+
curl --output trino.jar https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-476-executable.jar
8181
# end::download-trino-cli[]
8282

8383
echo "Run chmod +x for trino.jar"

docs/modules/trino/pages/getting_started/installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For these components extra steps are required.
5757
** a Stackable xref:secret-operator:index.adoc[Secret Operator] for certificates when deploying for TLS
5858
** a Stackable xref:commons-operator:index.adoc[Commons Operator] for certificates when deploying for TLS authentication
5959
** (for authorization): a Stackable xref:opa:index.adoc[OPA Operator]
60-
** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-363-executable.jar[Trino CLI] to test
60+
** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-476-executable.jar[Trino CLI] to test
6161
SQL queries
6262

6363
=== S3 bucket

docs/modules/trino/pages/usage-guide/connect_to_trino.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The `--insecure` flag ignores the server TLS certificate and is required in this
2727

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

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

0 commit comments

Comments
 (0)