You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by zh...@apache.org on 2022/03/31 03:47:03 UTC

[flink] branch release-1.15 updated: [hotfix][doc] Modify spelling error in elastic_scaling.md

This is an automated email from the ASF dual-hosted git repository.

zhuzh pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.15 by this push:
     new 341deb2  [hotfix][doc] Modify spelling error in elastic_scaling.md
341deb2 is described below

commit 341deb239c7ea974af237f41e444cf42defc7bbd
Author: liujiangang <li...@kuaishou.com>
AuthorDate: Tue Mar 29 15:51:07 2022 +0800

    [hotfix][doc] Modify spelling error in elastic_scaling.md
---
 docs/content.zh/docs/deployment/elastic_scaling.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content.zh/docs/deployment/elastic_scaling.md b/docs/content.zh/docs/deployment/elastic_scaling.md
index f58b36c..b44c538 100644
--- a/docs/content.zh/docs/deployment/elastic_scaling.md
+++ b/docs/content.zh/docs/deployment/elastic_scaling.md
@@ -164,7 +164,7 @@ Adaptive Batch Scheduler 是一种可以自动推导每个算子并行度的批
 
 #### 启用 Adaptive Batch Scheduler
 为了启用 Adaptive Batch Scheduler, 你需要:
-- 配置 `jobmanager.scheduler: AdpaptiveBatch`
+- 配置 `jobmanager.scheduler: AdaptiveBatch`
 - 由于 ["只支持所有数据交换都为 BLOCKING 模式的作业"](#局限性-2), 需要将 [`execution.batch-shuffle-mode`]({{< ref "docs/deployment/config" >}}#execution-batch-shuffle-mode) 配置为 `ALL-EXCHANGES-BLOCKING`(默认值) 。
 
 除此之外,使用 Adaptive Batch Scheduler 时,以下相关配置也可以调整: