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
77
77
echo " Start testing Trino"
78
78
echo " Downloading Trino CLI tool as trino.jar"
79
79
# 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
81
81
# end::download-trino-cli[]
82
82
83
83
echo " Run chmod +x for trino.jar"
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ sleep 5
77
77
echo " Start testing Trino"
78
78
echo " Downloading Trino CLI tool as trino.jar"
79
79
# 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
81
81
# end::download-trino-cli[]
82
82
83
83
echo " 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.
57
57
** a Stackable xref:secret-operator:index.adoc[Secret Operator] for certificates when deploying for TLS
58
58
** a Stackable xref:commons-operator:index.adoc[Commons Operator] for certificates when deploying for TLS authentication
59
59
** (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
61
61
SQL queries
62
62
63
63
=== 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
27
27
28
28
[source,console]
29
29
----
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
31
31
----
32
32
33
33
TIP: 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