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 890817a  [hotfix][docs] update JSON plan in operations playground
890817a is described below

commit 890817ac1e2f829f2a9b4d3c620d1bfd3ef81656
Author: Seth Wiesman <sjwies...@gmail.com>
AuthorDate: Tue Jun 22 12:11:28 2021 -0500

    [hotfix][docs] update JSON plan in operations playground
---
 .../docs/try-flink/flink-operations-playground.md  | 46 ----------------------
 .../docs/try-flink/flink-operations-playground.md  | 46 ----------------------
 2 files changed, 92 deletions(-)

diff --git a/docs/content.zh/docs/try-flink/flink-operations-playground.md 
b/docs/content.zh/docs/try-flink/flink-operations-playground.md
index 09009e9..ac8fb58 100644
--- a/docs/content.zh/docs/try-flink/flink-operations-playground.md
+++ b/docs/content.zh/docs/try-flink/flink-operations-playground.md
@@ -624,36 +624,6 @@ curl localhost:8081/jobs/<jod-id>
     },
     {
       "id": "<vertex-id>",
-      "name": "Timestamps/Watermarks",
-      "parallelism": 2,
-      "status": "RUNNING",
-      "start-time": 1564467066441,
-      "end-time": -1,
-      "duration": 374378,
-      "tasks": {
-        "CREATED": 0,
-        "FINISHED": 0,
-        "DEPLOYING": 0,
-        "RUNNING": 2,
-        "CANCELING": 0,
-        "FAILED": 0,
-        "CANCELED": 0,
-        "RECONCILING": 0,
-        "SCHEDULED": 0
-      },
-      "metrics": {
-        "read-bytes": 5066280,
-        "read-bytes-complete": true,
-        "write-bytes": 5033496,
-        "write-bytes-complete": true,
-        "read-records": 166349,
-        "read-records-complete": true,
-        "write-records": 166349,
-        "write-records-complete": true
-      }
-    },
-    {
-      "id": "<vertex-id>",
       "name": "ClickEvent Counter",
       "parallelism": 2,
       "status": "RUNNING",
@@ -765,22 +735,6 @@ curl localhost:8081/jobs/<jod-id>
         "parallelism": 2,
         "operator": "",
         "operator_strategy": "",
-        "description": "Timestamps/Watermarks",
-        "inputs": [
-          {
-            "num": 0,
-            "id": "<vertex-id>",
-            "ship_strategy": "FORWARD",
-            "exchange": "pipelined_bounded"
-          }
-        ],
-        "optimizer_properties": {}
-      },
-      {
-        "id": "<vertex-id>",
-        "parallelism": 2,
-        "operator": "",
-        "operator_strategy": "",
         "description": "ClickEvent Source",
         "optimizer_properties": {}
       }
diff --git a/docs/content/docs/try-flink/flink-operations-playground.md 
b/docs/content/docs/try-flink/flink-operations-playground.md
index 54e0714..d2ceaf7 100644
--- a/docs/content/docs/try-flink/flink-operations-playground.md
+++ b/docs/content/docs/try-flink/flink-operations-playground.md
@@ -608,36 +608,6 @@ curl localhost:8081/jobs/<jod-id>
     },
     {
       "id": "<vertex-id>",
-      "name": "Timestamps/Watermarks",
-      "parallelism": 2,
-      "status": "RUNNING",
-      "start-time": 1564467066441,
-      "end-time": -1,
-      "duration": 374378,
-      "tasks": {
-        "CREATED": 0,
-        "FINISHED": 0,
-        "DEPLOYING": 0,
-        "RUNNING": 2,
-        "CANCELING": 0,
-        "FAILED": 0,
-        "CANCELED": 0,
-        "RECONCILING": 0,
-        "SCHEDULED": 0
-      },
-      "metrics": {
-        "read-bytes": 5066280,
-        "read-bytes-complete": true,
-        "write-bytes": 5033496,
-        "write-bytes-complete": true,
-        "read-records": 166349,
-        "read-records-complete": true,
-        "write-records": 166349,
-        "write-records-complete": true
-      }
-    },
-    {
-      "id": "<vertex-id>",
       "name": "ClickEvent Counter",
       "parallelism": 2,
       "status": "RUNNING",
@@ -749,22 +719,6 @@ curl localhost:8081/jobs/<jod-id>
         "parallelism": 2,
         "operator": "",
         "operator_strategy": "",
-        "description": "Timestamps/Watermarks",
-        "inputs": [
-          {
-            "num": 0,
-            "id": "<vertex-id>",
-            "ship_strategy": "FORWARD",
-            "exchange": "pipelined_bounded"
-          }
-        ],
-        "optimizer_properties": {}
-      },
-      {
-        "id": "<vertex-id>",
-        "parallelism": 2,
-        "operator": "",
-        "operator_strategy": "",
         "description": "ClickEvent Source",
         "optimizer_properties": {}
       }

Reply via email to