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/usage-guide/client-spooling-protocol.adoc
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,14 @@ To enable it, you need to set the `spec.clusterConfig.clientSpoolingProtocol` co
17
17
spec:
18
18
clusterConfig:
19
19
clientSpoolingProtocol:
20
-
enabled: true # <1>
21
-
location: "s3://spooling-bucket/trino/" # <2>
20
+
location: "s3://spooling-bucket/trino/" # <1>
22
21
filesystem:
23
-
s3: # <3>
22
+
s3: # <2>
24
23
connection:
25
24
reference: "minio"
26
25
----
27
-
<1> Enables the client spooling protocol
28
-
<2> Specifies the location where spooled data will be stored. This example uses an S3 bucket.
29
-
<3> Configures the filesystem type for spooling. Only S3 is supported currently via the custom resource definition.
26
+
<1> Specifies the location where spooled data will be stored. This example uses an S3 bucket.
27
+
<2> Configures the filesystem type for spooling. Only S3 is supported currently via the custom resource definition.
30
28
31
29
The operator automatically fills in additional settings required by Trino, such as the `protocol.spooling.shared-secret-key`.
32
30
Users can change the contents of the `spooling-manager.properties` file by adding entries to the optional `spec.clusterConfig.clientSpoolingProtocol.config_overrides` map.
0 commit comments