File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
examples/getting_started/code Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ sleep 5
7777echo " Start testing Trino"
7878echo " 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
8383echo " Run chmod +x for trino.jar"
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ sleep 5
7777echo " Start testing Trino"
7878echo " 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
8383echo " Run chmod +x for trino.jar"
Original file line number Diff line number Diff 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
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
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
3333TIP: In case you are using OpenID connect, use `--external-authentication` instead of `--password`.
You can’t perform that action at this time.
0 commit comments