GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2593
ZEPPELIN-2943 Streaming output will be closed in 30 seconds for IPythonInterpreter ### What is this PR for? Straightforward fix to set the timeout as 100 years so that spark streaming app won't be stopped unless 100 years later. ### What type of PR is it? [Bug Fix] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-2943  ### How should this be tested? Tested manually, see screenshot. ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-2943 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2593.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2593 ---- commit 0923b3cf795f3ea8f31431c1371aac1047ff884c Author: Jeff Zhang <zjf...@apache.org> Date: 2017-09-19T11:07:52Z ZEPPELIN-2943 Streaming output will be closed in 30 seconds for IPythonInterpreter ---- ---