You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Neelam Chandwani (Jira)" <ji...@apache.org> on 2020/11/05 06:52:00 UTC

[jira] [Created] (ZEPPELIN-5122) Zeppelin interpreter timeout properties are not working if we add it in spark interpreter settings

Neelam Chandwani created ZEPPELIN-5122:
------------------------------------------

             Summary: Zeppelin interpreter timeout properties are not working if we add it in spark interpreter settings
                 Key: ZEPPELIN-5122
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5122
             Project: Zeppelin
          Issue Type: Bug
          Components: interpreter-setting
    Affects Versions: 0.8.1
            Reporter: Neelam Chandwani


I have created a spark interpreter with below properties in interpreter settings and it is to timeout the spark interpreter after 30 mins. However it is not working. Also I tried removing 10 mins timeout setting from zeppelin-site.xml but it is impacting our other spark interpreters as well. Please help us with the resolution. Thanks!!

 
 # zeppelin.interpreter.lifecyclemanager.class = org.apache.zeppelin.interpreter.lifecycle.TimeoutLifecycleManager
 # zeppelin.interpreter.lifecyclemanager.timeout.checkinterval = 60000
 # zeppelin.interpreter.lifecyclemanager.timeout.threshold = 1800000
 # spark.dynamicAllocation.cachedExecutorIdleTimeout = 1800s



--
This message was sent by Atlassian Jira
(v8.3.4#803005)