diff --git a/docs/docs/index.md b/docs/docs/index.md index 9c88bfd02ca..2db242adb8e 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -19,7 +19,7 @@ group: nav-right **[Interpreters in zeppelin](manual/interpreters.html)** -* [flink](./docs/interpreter/flink.html) +* [flink](./interpreter/flink.html) * [hive](../docs/pleasecontribute.html) * [ignite](../docs/pleasecontribute.html) * [lens](../docs/pleasecontribute.html) diff --git a/docs/docs/interpreter/flink.md b/docs/docs/interpreter/flink.md index 579a5f44374..ce1f7800814 100644 --- a/docs/docs/interpreter/flink.md +++ b/docs/docs/interpreter/flink.md @@ -17,11 +17,30 @@ Zeppelin comes with pre-configured flink-local interpreter, which starts Flink i ### How to configure interpreter to point to Flink cluster At the "Interpreters" menu, you have to create a new Flink interpreter and provide next properties: -property | value | Description ----------|----------|----- -host | local | host name of running JobManager. 'local' runs flink in local mode (default) -port | 6123 | port of running JobManager -xxx | yyy | anything else from [Flink Configuration](https://ci.apache.org/projects/flink/flink-docs-release-0.9/setup/config.html) + + + + + + + + + + + + + + + + + + + + + +
propertyvalueDescription
hostlocalhost name of running JobManager. 'local' runs flink in local mode (default)
port6123port of running JobManager
xxxyyyanything else from [Flink Configuration](https://ci.apache.org/projects/flink/flink-docs-release-0.9/setup/config.html)
+
+ ### How to test it's working