File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
content.zh/docs/custom-resource
content/docs/custom-resource Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -246,13 +246,13 @@ Flink cluster, includes:
246
246
247
247
You can start a Flink Streaming job with the following ConfigOptions.
248
248
249
- ```
250
- # Enable Adaptvie scheduler to play the in-place rescaling.
249
+ ` ` ` yaml
250
+ # Enable Adaptive scheduler to play the in-place rescaling.
251
251
jobmanager.scheduler : adaptive
252
252
253
253
# Enable autoscale and scaling
254
- job.autoscaler.enabled : true
255
- job.autoscaler.scaling.enabled : true
254
+ job.autoscaler.enabled : " true"
255
+ job.autoscaler.scaling.enabled : " true"
256
256
job.autoscaler.stabilization.interval : 1m
257
257
job.autoscaler.metrics.window : 3m
258
258
` ` `
Original file line number Diff line number Diff line change @@ -246,13 +246,13 @@ Flink cluster, includes:
246
246
247
247
You can start a Flink Streaming job with the following ConfigOptions.
248
248
249
- ```
250
- # Enable Adaptvie scheduler to play the in-place rescaling.
249
+ ` ` ` yaml
250
+ # Enable Adaptive scheduler to play the in-place rescaling.
251
251
jobmanager.scheduler : adaptive
252
252
253
253
# Enable autoscale and scaling
254
- job.autoscaler.enabled : true
255
- job.autoscaler.scaling.enabled : true
254
+ job.autoscaler.enabled : " true"
255
+ job.autoscaler.scaling.enabled : " true"
256
256
job.autoscaler.stabilization.interval : 1m
257
257
job.autoscaler.metrics.window : 3m
258
258
` ` `
You can’t perform that action at this time.
0 commit comments