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 6444f59 [hotfix] correct type of flink.webui.yarn.address 6444f59 is described below commit 6444f59cfcda3ee072b9c4a39ddeb5dc9500210a 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,