@@ -17,14 +17,14 @@ and apply it:
17
17
18
18
[source,bash]
19
19
----
20
- include::example$getting_started/code/getting-started .sh[tag=install-trino]
20
+ include::example$getting_started/code/getting_started .sh[tag=install-trino]
21
21
----
22
22
23
23
Wait for the Trino cluster to get ready:
24
24
25
25
[source,bash]
26
26
----
27
- include::example$getting_started/code/getting-started .sh[tag=watch-trino-rollout]
27
+ include::example$getting_started/code/getting_started .sh[tag=watch-trino-rollout]
28
28
----
29
29
30
30
== Verify that it works
@@ -49,7 +49,7 @@ Create a port-forward for the coordinator to access Trino easily in the next ste
49
49
50
50
[source,bash]
51
51
----
52
- include::example$getting_started/code/getting-started .sh[tag=port-forwarding]
52
+ include::example$getting_started/code/getting_started .sh[tag=port-forwarding]
53
53
----
54
54
55
55
=== Access the Trino cluster via CLI tool
@@ -58,21 +58,21 @@ We use the https://trino.io/download.html[Trino CLI tool] to access the Trino cl
58
58
59
59
[source,bash]
60
60
----
61
- include::example$getting_started/code/getting-started .sh[tag=download-trino-cli]
61
+ include::example$getting_started/code/getting_started .sh[tag=download-trino-cli]
62
62
----
63
63
64
64
We need to make the CLI tool executable:
65
65
66
66
[source,bash]
67
67
----
68
- include::example$getting_started/code/getting-started .sh[tag=chmod-trino-cli]
68
+ include::example$getting_started/code/getting_started .sh[tag=chmod-trino-cli]
69
69
----
70
70
71
71
Now, run some queries against the coordinator. Show available catalogs:
72
72
73
73
[source,bash]
74
74
----
75
- include::example$getting_started/code/getting-started .sh[tag=retrieve-trino-catalogs]
75
+ include::example$getting_started/code/getting_started .sh[tag=retrieve-trino-catalogs]
76
76
----
77
77
78
78
which should output:
@@ -86,7 +86,7 @@ Check how many workers are connected to the coordinator:
86
86
87
87
[source,bash]
88
88
----
89
- include::example$getting_started/code/getting-started .sh[tag=retrieve-trino-workers]
89
+ include::example$getting_started/code/getting_started .sh[tag=retrieve-trino-workers]
90
90
----
91
91
92
92
which should output:
@@ -118,7 +118,7 @@ In order to remove the previously downloaded CLI tool, you can safely remove it
118
118
119
119
[source]
120
120
----
121
- include::example$getting_started/code/getting-started .sh[tag=cleanup-trino-cli]
121
+ include::example$getting_started/code/getting_started .sh[tag=cleanup-trino-cli]
122
122
----
123
123
124
124
== What's next
0 commit comments