You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2020/06/20 06:51:12 UTC

[zeppelin] branch branch-0.9 updated: [hotfix] correct flink property name

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

zjffdu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 7330696  [hotfix] correct flink property name
7330696 is described below

commit 7330696c099d2b95cc1038e7acb7fe7b7ecbbf9c
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Sat Jun 20 14:49:41 2020 +0800

    [hotfix] correct flink property name
---
 docs/interpreter/flink.md                                     | 2 +-
 flink/interpreter/src/main/resources/interpreter-setting.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/interpreter/flink.md b/docs/interpreter/flink.md
index c0d8b2c..40cf058 100644
--- a/docs/interpreter/flink.md
+++ b/docs/interpreter/flink.md
@@ -142,7 +142,7 @@ You can also set other flink properties which are not listed in the table. For a
     <td>whether use yarn proxy url as flink weburl, e.g. http://resource-manager:8088/proxy/application_1583396598068_0004</td>
   </tr>
   <tr>
-    <td>flink.webui.yarn.yarnAddress</td>
+    <td>flink.webui.yarn.address</td>
     <td></td>
     <td>Set this value only when your yarn address is mapped to some other address, e.g. some cloud vender will map `http://resource-manager:8088` to `https://xxx-yarn.yy.cn/gateway/kkk/yarn`</td>
   </tr>
diff --git a/flink/interpreter/src/main/resources/interpreter-setting.json b/flink/interpreter/src/main/resources/interpreter-setting.json
index c8bdbbe..203bdd1 100644
--- a/flink/interpreter/src/main/resources/interpreter-setting.json
+++ b/flink/interpreter/src/main/resources/interpreter-setting.json
@@ -96,7 +96,7 @@
         "description": "Whether use yarn proxy url as flink weburl, e.g. http://localhost:8088/proxy/application_1583396598068_0004",
         "type": "checkbox"
       },
-      "flink.webui.yarn.yarnAddress": {
+      "flink.webui.yarn.address": {
         "envName": null,
         "propertyName": null,
         "defaultValue": "",