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 bf8537a [hotfix] FLINK_HOME is missing in flink's interpreter-setting.json bf8537a is described below commit bf8537a1769d024d549d8b11dca87042540d0b89 Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Thu Mar 12 14:58:01 2020 +0800 [hotfix] FLINK_HOME is missing in flink's interpreter-setting.json --- flink/src/main/resources/interpreter-setting.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flink/src/main/resources/interpreter-setting.json b/flink/src/main/resources/interpreter-setting.json index 3ca9736..5ea252d 100644 --- a/flink/src/main/resources/interpreter-setting.json +++ b/flink/src/main/resources/interpreter-setting.json @@ -5,6 +5,13 @@ "className": "org.apache.zeppelin.flink.FlinkInterpreter", "defaultInterpreter": true, "properties": { + "FLINK_HOME": { + "envName": null, + "propertyName": null, + "defaultValue": "", + "description": "Location of flink distribution", + "type": "string" + }, "flink.execution.mode": { "envName": null, "propertyName": null,