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 e036bfb [hotfix] correct type of flink.webui.yarn.address e036bfb is described below commit e036bfbf3f66d2acfaf7b5376ab9607efb6efe14 Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Wed Jul 15 14:10:48 2020 +0800 [hotfix] correct type of flink.webui.yarn.address --- flink/interpreter/src/main/resources/interpreter-setting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink/interpreter/src/main/resources/interpreter-setting.json b/flink/interpreter/src/main/resources/interpreter-setting.json index 44560a6..233ef3c 100644 --- a/flink/interpreter/src/main/resources/interpreter-setting.json +++ b/flink/interpreter/src/main/resources/interpreter-setting.json @@ -101,7 +101,7 @@ "propertyName": null, "defaultValue": "", "description": "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`", - "type": "checkbox" + "type": "string" }, "flink.udf.jars": { "envName": null,