Repository: zeppelin Updated Branches: refs/heads/master 0ab026e07 -> db691db99
[ZEPPELIN-1700] Update docs for ZEPPELIN_INTERPRETER_CONNECT_TIMEOUT ### What is this PR for? Update docs to let devs know about [ZEPPELIN_INTERPRETER_CONNECT_TIMEOUT](https://github.com/apache/zeppelin/blob/5bb38c89ae67f95858547f73d0e833ef91b3d6ee/zeppelin-zengine/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java#L576) Some use cases are such that this value would need to be quite a bit higher, e.g., exceed the time required to create the spark executors in a mesos cluster. Developers may not know about this var until after they see the error [ZEPPELIN-1700]. ### What type of PR is it? Documentation ### Todos * [ ] - Review and merge ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1700 ### How should this be tested? Review that the documented values reflect code reality https://github.com/apache/zeppelin/blob/5bb38c89ae67f95858547f73d0e833ef91b3d6ee/zeppelin-zengine/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java#L576 ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No. * Is there breaking changes for older versions? No. * Does this needs documentation? Yes; it is documentation. Author: jpgbus <jpg...@users.noreply.github.com> Closes #1993 from jpgbus/patch-1 and squashes the following commits: 22aad28 [jpgbus] This timeout should be included in docs Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/db691db9 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/db691db9 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/db691db9 Branch: refs/heads/master Commit: db691db998b2d4cb9e5f258d69a69d5a640e179a Parents: 0ab026e Author: jpgbus <jpg...@users.noreply.github.com> Authored: Wed Feb 8 09:32:57 2017 -0500 Committer: Jongyoul Lee <jongy...@apache.org> Committed: Fri Feb 10 02:00:02 2017 +0900 ---------------------------------------------------------------------- docs/install/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/db691db9/docs/install/configuration.md ---------------------------------------------------------------------- diff --git a/docs/install/configuration.md b/docs/install/configuration.md index a8ebf54..882f2d3 100644 --- a/docs/install/configuration.md +++ b/docs/install/configuration.md @@ -261,6 +261,12 @@ If both are defined, then the **environment variables** will take priority. <td>Output message from interpreter exceeding the limit will be truncated</td> </tr> <tr> + <td>ZEPPELIN_INTERPRETER_CONNECT_TIMEOUT</td> + <td>zeppelin.interpreter.connect.timeout</td> + <td>30000</td> + <td>Output message from interpreter exceeding the limit will be truncated</td> + </tr> + <tr> <td>ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE</td> <td>zeppelin.websocket.max.text.message.size</td> <td>1024000</td>