Skip to content

Commit 4767dc7

Browse files
committed
fix spelling
1 parent 5b6f23b commit 4767dc7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

distributed-databases/trino/helm-values/trino.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ additionalConfigProperties:
107107
- "exchange.compression-enabled=true"
108108
- "query.remote-task.max-error-duration=1m"
109109
- "query.max-hash-partition-count=100" # Updated from query.hash-partition-count
110-
- "spill-enabled=false" # Updated from experimental.spill-enabled
111-
- "spiller-spill-path=/tmp/spill" # Chagne this to SSD mount for faster
110+
- "spill-enabled=false" # Updated from experimental.spill-enabled
111+
- "spiller-spill-path=/tmp/spill" # Change this to SSD mount for faster
112112
- "memory.heap-headroom-per-node=1.6GB"
113113
- "optimizer.join-reordering-strategy=AUTOMATIC" # Updated from join-reordering-strategy
114114
- "query.max-history=100"

distributed-databases/trino/trino-keda.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: keda.sh/v1alpha1
22
kind: ScaledObject
33
metadata:
44
name: keda-scaler-trino-worker
5-
# namespace: ${trino_namespace}
65
namespace: trino
76
spec:
87
scaleTargetRef:

website/docs/blueprints/data-analytics/spark-operator-beam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ In this step, we create the manifest file for the SparkApplication object to sub
141141
envsubst < beamapp.yaml > beamapp.yaml
142142
```
143143

144-
This command will replace the env varibles in file beamapp.yaml.
144+
This command will replace the env variables in file beamapp.yaml.
145145

146146
### Step 4: Execute Spark Job
147147

0 commit comments

Comments
 (0)