You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/trino/pages/getting_started/installation.adoc
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
1
= Installation
2
2
3
-
On this page you will install the Stackable Operator for Trino as well as the commons and secret operator which are required by all Stackable Operators.
3
+
On this page you will install the Stackable Operator for Trino as well as the commons and secret operator which are
4
+
required by all Stackable Operators.
4
5
5
6
== Stackable Operators
6
7
7
8
There are two ways to install Stackable Operators:
8
9
9
-
1. Using xref:stackablectl::index.adoc[stackablectl]
10
-
11
-
2. Using Helm
10
+
. Using xref:management:stackablectl:index.adoc[stackablectl]
11
+
. Using Helm
12
12
13
13
=== stackablectl
14
14
15
-
The stackablectl command line tool is the recommended way to interact with operators and dependencies. Follow the xref:stackablectl::installation.adoc[installation steps] for your platform if you choose to work with stackablectl.
15
+
The `stackablectl` command line tool is the recommended way to interact with operators and dependencies. Follow the
16
+
xref:management:stackablectl:installation.adoc[installation steps] for your platform if you choose to work with
17
+
`stackablectl`.
16
18
17
-
After you have installed stackablectl, run the following command to install all operators necessary for Trino:
19
+
After you have installed `stackablectl`, run the following command to install all operators necessary for Trino:
Helm will deploy the operators in a Kubernetes Deployment and apply the CRDs for the Trino service (as well as the CRDs for the required operators). You are now ready to deploy Trino in Kubernetes.
51
+
Helm will deploy the operators in a Kubernetes Deployment and apply the CRDs for the Trino service (as well as the CRDs
52
+
for the required operators). You are now ready to deploy Trino in Kubernetes.
50
53
51
54
== Optional installation steps
52
55
53
-
Some Trino connectors like `hive` or `iceberg` work together with the Apache Hive metastore and S3 buckets.
54
-
For these components extra steps are required.
56
+
Some Trino connectors like `hive` or `iceberg` work together with the Apache Hive metastore and S3 buckets. For these
57
+
components extra steps are required.
55
58
56
59
* a Stackable Hive metastore
57
60
* an accessible S3 bucket
58
61
** an end-point, and access- and secret-keys
59
62
** data in the bucket (we use the https://archive.ics.uci.edu/ml/datasets/iris[Iris] dataset here)
60
63
* the following are optional
61
-
** a Stackable xref:secret-operator::index.adoc[Secret Operator] for certificates when deploying for TLS
62
-
** a Stackable xref:commons-operator::index.adoc[Commons Operator] for certificates when deploying for TLS authentication
63
-
** (for authorization): a Stackable xref:opa::index.adoc[OPA Operator][OPA-Operator]
64
-
** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-363-executable.jar[Trino CLI] to test SQL queries
64
+
** a Stackable xref:secret-operator:index.adoc[Secret Operator] for certificates when deploying for TLS
65
+
** a Stackable xref:commons-operator:index.adoc[Commons Operator] for certificates when deploying for TLS authentication
66
+
** (for authorization): a Stackable xref:opa:index.adoc[OPA Operator][OPA-Operator]
67
+
** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-363-executable.jar[Trino CLI] to test
68
+
SQL queries
65
69
66
70
=== S3 bucket
67
71
68
72
Please refer to the S3 provider.
69
73
70
74
=== Hive operator
71
75
72
-
Please refer to the xref:hive::index.adoc[Hive Operator] docs.
73
-
74
-
Both Hive and Trino need the same S3 authentication.
76
+
Please refer to the xref:hive:index.adoc[Hive Operator] docs. Both Hive and Trino need the same S3 authentication.
75
77
76
78
=== OPA operator
77
79
78
-
Please refer to the xref:opa::index.adoc[OPA Operator] docs.
79
-
80
+
Please refer to the xref:opa:index.adoc[OPA Operator] docs.
0 commit comments