<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Time out configuration for zeppelin Job in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Time-out-configuration-for-zeppelin-Job/m-p/317258#M227079</link>
    <description>&lt;P&gt;Thank you Alex for information. Form&amp;nbsp; your explanation I can understand the exact usage of the properties. But is there a property which we can use to stop long running jobs automatically with out going and killing them from UI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Chandu&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 18:43:57 GMT</pubDate>
    <dc:creator>Pamarthich</dc:creator>
    <dc:date>2021-05-27T18:43:57Z</dc:date>
    <item>
      <title>Time out configuration for zeppelin Job</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Time-out-configuration-for-zeppelin-Job/m-p/317126#M227022</link>
      <description>&lt;P&gt;I am looking for some configuration where I would like to set a timeout for jobs that are been running for a long time. I have looked up documentation and could find different properties such as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;zeppelin.interpreter.connect.timeout&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;zeppelin.interpreter.lifecyclemanager.timeout.threshold&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;zeppelin.interpreter.lifecyclemanager.timeout.checkinterval&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone please assist me in selecting the correct property to set time out for long running jobs and please differentiate between the above configuration parameters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Chandu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 18:28:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Time-out-configuration-for-zeppelin-Job/m-p/317126#M227022</guid>
      <dc:creator>Pamarthich</dc:creator>
      <dc:date>2021-05-25T18:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Time out configuration for zeppelin Job</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Time-out-configuration-for-zeppelin-Job/m-p/317127#M227023</link>
      <description>&lt;P&gt;Hi Chandu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 2nd and 3rd parameters you listed have to do with a newer feature of Zeppelin called &lt;A href="https://zeppelin.apache.org/docs/0.8.0/usage/interpreter/overview.html#interpreter-lifecycle-management" target="_self"&gt;Interpreter Lifecycle Management,&lt;/A&gt;&amp;nbsp;new in 0.8.0 release. The lifecycle manager is responsible to periodically (at &lt;EM&gt;checkinterval&lt;/EM&gt;) check if the session is idle, and once a certain time passes (&lt;EM&gt;threshold&lt;/EM&gt;), the manager will terminate the interpreter session. Default value for the threshold is set at 1 hour.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other parameter, &lt;EM&gt;zeppelin.interpreter.connect.timeout,&lt;/EM&gt; is responsible for truncating output for a given cell. If output is being continuously produced by Zeppelin interpreter and it doesn't stop after the default value of 30000 milliseconds (or 30 seconds), then Zeppelin will truncate the output right there. At least that's my understanding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 19:47:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Time-out-configuration-for-zeppelin-Job/m-p/317127#M227023</guid>
      <dc:creator>aakulov</dc:creator>
      <dc:date>2021-05-25T19:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Time out configuration for zeppelin Job</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Time-out-configuration-for-zeppelin-Job/m-p/317258#M227079</link>
      <description>&lt;P&gt;Thank you Alex for information. Form&amp;nbsp; your explanation I can understand the exact usage of the properties. But is there a property which we can use to stop long running jobs automatically with out going and killing them from UI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Chandu&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 18:43:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Time-out-configuration-for-zeppelin-Job/m-p/317258#M227079</guid>
      <dc:creator>Pamarthich</dc:creator>
      <dc:date>2021-05-27T18:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Time out configuration for zeppelin Job</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Time-out-configuration-for-zeppelin-Job/m-p/317260#M227081</link>
      <description>&lt;P&gt;Hi Chandu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you need to define what you mean by "long running jobs" and also look at some ways to kill jobs outside of Zeppelin (e.g. &lt;A href="https://community.cloudera.com/t5/Support-Questions/How-to-kill-Spark-jobs-running-in-Zeppelin/td-p/211584" target="_self"&gt;this thread&lt;/A&gt;). Keep in mind that it's one thing to close a Zeppelin session, but it's another to stop, say, Spark streaming application that was launched from Zeppelin and is running on YARN cluster indefinitely.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are running a local job in Zeppelin, then using the 2 parameters listed should be able to do the trick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 18:59:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Time-out-configuration-for-zeppelin-Job/m-p/317260#M227081</guid>
      <dc:creator>aakulov</dc:creator>
      <dc:date>2021-05-27T18:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Time out configuration for zeppelin Job</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Time-out-configuration-for-zeppelin-Job/m-p/317631#M227257</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/88916"&gt;@Pamarthich&lt;/a&gt;&amp;nbsp;Has your issue been resolved? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mark as solution button" style="width: 331px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/5960i4EC112CCAAC11427/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-08-06 at 1.54.47 PM.png" alt="Screen Shot 2019-08-06 at 1.54.47 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 12:30:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Time-out-configuration-for-zeppelin-Job/m-p/317631#M227257</guid>
      <dc:creator>cjervis</dc:creator>
      <dc:date>2021-06-03T12:30:02Z</dc:date>
    </item>
  </channel>
</rss>

