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

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 7439ef92e08 [hotfix][docs-zh] Fix the formatting of Chinese documents.
7439ef92e08 is described below

commit 7439ef92e082c5c21194686bb2b54b4d94e0132c
Author: liuzhuang2017 <[email protected]>
AuthorDate: Thu Jul 14 23:40:10 2022 +0800

    [hotfix][docs-zh] Fix the formatting of Chinese documents.
---
 docs/content.zh/docs/ops/upgrading.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/content.zh/docs/ops/upgrading.md 
b/docs/content.zh/docs/ops/upgrading.md
index 8b66921c34e..8e840eb3b5b 100644
--- a/docs/content.zh/docs/ops/upgrading.md
+++ b/docs/content.zh/docs/ops/upgrading.md
@@ -46,7 +46,8 @@ Flink DataStream 程序通常设计为长时间运行,例如数周、数月甚
 ```
 这意味着应用程序在 Savepoint 完成后立即取消,即在 Savepoint 之后不进行其他 checkpoint。
 
-给定从应用程序获取的 Savepoint ,可以从该 Savepoint 启动相同或兼容的应用程序(请参阅下面的 
[应用程序状态兼容性](#application-state-compatibility) 部分)。从 Savepoint 
启动应用程序意味着其算子的状态被初始化为 Savepoint 中保存的算子状态。这是通过使用 Savepoint 启动应用程序来完成的。```bash
+给定从应用程序获取的 Savepoint ,可以从该 Savepoint 启动相同或兼容的应用程序(请参阅下面的 
[应用程序状态兼容性](#application-state-compatibility) 部分)。从 Savepoint 
启动应用程序意味着其算子的状态被初始化为 Savepoint 中保存的算子状态。这是通过使用 Savepoint 启动应用程序来完成的。
+```bash
 > ./bin/flink run -d -s [ Savepoint 的路径] ~/application.jar
 ```
  

Reply via email to