diff --git a/docs/modules/trino/examples/getting_started/code/getting_started.sh b/docs/modules/trino/examples/getting_started/code/getting_started.sh index 50e8f403..35d2bbbb 100755 --- a/docs/modules/trino/examples/getting_started/code/getting_started.sh +++ b/docs/modules/trino/examples/getting_started/code/getting_started.sh @@ -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" diff --git a/docs/modules/trino/examples/getting_started/code/getting_started.sh.j2 b/docs/modules/trino/examples/getting_started/code/getting_started.sh.j2 index b5586c0c..336f3dea 100755 --- a/docs/modules/trino/examples/getting_started/code/getting_started.sh.j2 +++ b/docs/modules/trino/examples/getting_started/code/getting_started.sh.j2 @@ -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" diff --git a/docs/modules/trino/pages/getting_started/installation.adoc b/docs/modules/trino/pages/getting_started/installation.adoc index 5da405a1..8b662416 100644 --- a/docs/modules/trino/pages/getting_started/installation.adoc +++ b/docs/modules/trino/pages/getting_started/installation.adoc @@ -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 diff --git a/docs/modules/trino/pages/usage-guide/connect_to_trino.adoc b/docs/modules/trino/pages/usage-guide/connect_to_trino.adoc index fc619139..72b4fa2c 100644 --- a/docs/modules/trino/pages/usage-guide/connect_to_trino.adoc +++ b/docs/modules/trino/pages/usage-guide/connect_to_trino.adoc @@ -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`.