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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4d8f3ad  [hotfix] correct flink property name
4d8f3ad is described below

commit 4d8f3ad955d46da0868569363e458a60c6667a20
Author: Jeff Zhang <zjf...@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": "",

Reply via email to