-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added condition for exchange manager properties file creation.
Co-authored-by: Jan Waś <[email protected]>
- Loading branch information
1 parent
2dc0147
commit 25c3851
Showing
6 changed files
with
93 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Exchange Manager values to test. | ||
# This is a YAML-formatted file. | ||
|
||
coordinator: | ||
additionalVolumes: | ||
- name: exchange-volume | ||
persistentVolumeClaim: | ||
claimName: exchange-manager-pvc | ||
|
||
additionalVolumeMounts: | ||
- name: exchange-volume | ||
mountPath: "/tmp/trino-local-file-system-exchange-manager" | ||
|
||
worker: | ||
additionalVolumes: | ||
- name: exchange-volume | ||
persistentVolumeClaim: | ||
claimName: exchange-manager-pvc | ||
|
||
additionalVolumeMounts: | ||
- name: exchange-volume | ||
mountPath: "/tmp/trino-local-file-system-exchange-manager" | ||
|
||
server: | ||
exchangeManager: | ||
name: "filesystem" | ||
baseDir: "/tmp/trino-local-file-system-exchange-manager" | ||
|
||
additionalConfigProperties: | ||
- retry-policy=TASK | ||
|
||
additionalExchangeManagerProperties: | ||
- exchange.sink-buffer-pool-min-size=10 | ||
- exchange.sink-buffers-per-partition=2 | ||
- exchange.source-concurrent-readers=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters