You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sj...@apache.org on 2021/05/06 14:32:00 UTC

[flink] branch release-1.13 updated: [hotfix][docs] Fix code tabs for state backend migration

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

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


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new d38ffe7  [hotfix][docs] Fix code tabs for state backend migration
d38ffe7 is described below

commit d38ffe7f052f3f232e4ac09804908cd9078c06b7
Author: Seth Wiesman <sj...@gmail.com>
AuthorDate: Thu May 6 09:30:52 2021 -0500

    [hotfix][docs] Fix code tabs for state backend migration
---
 docs/content.zh/docs/ops/state/state_backends.md | 4 ++--
 docs/content/docs/ops/state/state_backends.md    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/content.zh/docs/ops/state/state_backends.md b/docs/content.zh/docs/ops/state/state_backends.md
index 57ae844..02bbdf0 100644
--- a/docs/content.zh/docs/ops/state/state_backends.md
+++ b/docs/content.zh/docs/ops/state/state_backends.md
@@ -388,7 +388,7 @@ state.checkpoint-storage: filesystem
 
 #### Code Configuration
 
-{{< tabs "memorystatebackendmigration" >}}
+{{< tabs "fsstatebackendmigration" >}}
 {{< tab "Java" >}}
 ```java
 StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
@@ -432,7 +432,7 @@ state.checkpoint-storage: filesystem
 
 #### Code Configuration
 
-{{< tabs "memorystatebackendmigration" >}}
+{{< tabs "rocksdbstatebackendmigration" >}}
 {{< tab "Java" >}}
 ```java
 StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
diff --git a/docs/content/docs/ops/state/state_backends.md b/docs/content/docs/ops/state/state_backends.md
index cdcf603..9bcb6953 100644
--- a/docs/content/docs/ops/state/state_backends.md
+++ b/docs/content/docs/ops/state/state_backends.md
@@ -379,7 +379,7 @@ state.checkpoint-storage: filesystem
 
 #### Code Configuration
 
-{{< tabs "memorystatebackendmigration" >}}
+{{< tabs "fsstatebackendbackendmigration" >}}
 {{< tab "Java" >}}
 ```java
 StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
@@ -423,7 +423,7 @@ state.checkpoint-storage: filesystem
 
 #### Code Configuration
 
-{{< tabs "memorystatebackendmigration" >}}
+{{< tabs "rocksdbstatebackendmigration" >}}
 {{< tab "Java" >}}
 ```java
 StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();