From b46fedf3b2db60c52fd9356ab79ac05ed2c72f39 Mon Sep 17 00:00:00 2001 From: lonecloud Date: Wed, 15 Sep 2021 22:28:18 +0800 Subject: [PATCH] [hotfix][docs] Translate cep.md Signed-off-by: lonecloud lonecloud@aliyun.com What is the purpose of the change This pull request just translate the cep.md to Chinese. The original one had been tranlated few lines. I just finished the translation. Brief change log /docs/libs/cep.md Verifying this change Please see the final file. Does this pull request potentially affect one of the following parts: no Documentation Does this pull request introduce a new feature? ( no) --- docs/content.zh/docs/libs/cep.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/content.zh/docs/libs/cep.md b/docs/content.zh/docs/libs/cep.md index 72cdbbcee3ea7..e1764a938b345 100644 --- a/docs/content.zh/docs/libs/cep.md +++ b/docs/content.zh/docs/libs/cep.md @@ -1677,10 +1677,8 @@ val alerts = patternStream.select(createAlert(_)) ## 从旧版本迁移(1.5之前) -### Migrating from Flink <= 1.5 +### 从旧版本迁移Flink <= 1.5 -In Flink 1.13 we dropped direct savepoint backward compatibility with Flink <= 1.5. If you want to restore -from a savepoint taken from an older version, migrate it first to a newer version (1.6-1.12), take a savepoint -and then use that savepoint to restore with Flink >= 1.13. +在Flink 1.13中,我们放弃了与Flink <= 1.5直接向后兼容的`savepoint`。如果想从旧版本的`savepoint`恢复,请先将其迁移到Flink(1.6-1.12),在该版本下生成一个`savepoint`,然后升级至Flink >= 1.13,再使用该`savepoint`使用进行恢复。 {{< top >}}