Skip to content

Commit

Permalink
minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglijie95 committed Feb 22, 2022
1 parent 7828ad8 commit 138555c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/content.zh/docs/deployment/elastic_scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ Adaptive Batch Scheduler 只会为用户未指定并行度的算子(并行度
- 配置 `parallelism.default: -1`
- 对于 SQL 作业,需要配置 `table.exec.resource.default-parallelism: -1`
- 对于 DataStream/DataSet 作业,不要在作业中通过算子的 `setParallelism()` 方法来指定并行度
- 对于 DataStream/DataSet 作业,不要在作业中通过 `StreamExecutionEnvironment/ExecutionEnvironment``setParallelism()` 方法来指定并行度

### 性能调优

Expand Down
1 change: 1 addition & 0 deletions docs/content/docs/deployment/elastic_scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ Adaptive Batch Scheduler will only decide parallelism for operators whose parall
- Set `parallelism.default: -1`
- Set `table.exec.resource.default-parallelism: -1` in SQL jobs.
- Don't call `setParallelism()` for operators in DataStream/DataSet jobs.
- Don't call `setParallelism()` on `StreamExecutionEnvironment/ExecutionEnvironment` in DataStream/DataSet jobs.

### Performance tuning

Expand Down

0 comments on commit 138555c

Please sign in to comment.