We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6a897 commit 97d2d1fCopy full SHA for 97d2d1f
docs/modules/trino/examples/usage-guide/fault-tolerant-execution.yaml
@@ -16,20 +16,20 @@ spec:
16
retryInitialDelay: 10s
17
retryMaxDelay: 60s
18
retryDelayScaleFactor: 2.0
19
- exchangeDeduplicationBufferSize: 64MB
+ exchangeDeduplicationBufferSize: 64Mi
20
exchangeManager:
21
encryptionEnabled: true
22
sinkBufferPoolMinSize: 20
23
sinkBuffersPerPartition: 4
24
- sinkMaxFileSize: 2GB
+ sinkMaxFileSize: 2Gi
25
sourceConcurrentReaders: 8
26
s3:
27
baseDirectories:
28
- "s3://trino-exchange-bucket/spooling"
29
connection:
30
reference: minio-connection
31
maxErrorRetries: 10
32
- uploadPartSize: 10MB
+ uploadPartSize: 10Mi
33
coordinators:
34
roleGroups:
35
default:
0 commit comments