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:
246246
247247You can start a Flink Streaming job with the following ConfigOptions.
248248
249- ```
250- # Enable Adaptvie scheduler to play the in-place rescaling.
249+ ` ` ` yaml
250+ # Enable Adaptive scheduler to play the in-place rescaling.
251251jobmanager.scheduler : adaptive
252252
253253# 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"
256256job.autoscaler.stabilization.interval : 1m
257257job.autoscaler.metrics.window : 3m
258258` ` `
Original file line number Diff line number Diff line change @@ -246,13 +246,13 @@ Flink cluster, includes:
246246
247247You can start a Flink Streaming job with the following ConfigOptions.
248248
249- ```
250- # Enable Adaptvie scheduler to play the in-place rescaling.
249+ ` ` ` yaml
250+ # Enable Adaptive scheduler to play the in-place rescaling.
251251jobmanager.scheduler : adaptive
252252
253253# 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"
256256job.autoscaler.stabilization.interval : 1m
257257job.autoscaler.metrics.window : 3m
258258` ` `
You can’t perform that action at this time.
0 commit comments