<?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>topic Re: Cluster termination issue (It was working fine with same code previously) in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/cluster-termination-issue-it-was-working-fine-with-same-code/m-p/48928#M2663</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89980"&gt;@Humi1245&lt;/a&gt;&amp;nbsp;You should check the cluster logs to see the reason for cluster termination. Also, check the metrics to understand the memory/CPU consumption.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2023 07:33:17 GMT</pubDate>
    <dc:creator>Annapurna_Hiriy</dc:creator>
    <dc:date>2023-10-11T07:33:17Z</dc:date>
    <item>
      <title>Cluster termination issue (It was working fine with same code previously)</title>
      <link>https://community.databricks.com/t5/machine-learning/cluster-termination-issue-it-was-working-fine-with-same-code/m-p/46234#M2442</link>
      <description>&lt;P&gt;Hi, I am running arima code on databricks commmunity edition. Last time, it worked but now the cluster gets terminated at this command and says its completed. but i cant further plot the predictions since the cluster is terminated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;# Fit the AutoARIMA model&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;model = auto_arima(train[&lt;/SPAN&gt;&lt;SPAN&gt;'Price'&lt;/SPAN&gt;&lt;SPAN&gt;], seasonal=&lt;/SPAN&gt;&lt;SPAN&gt;True&lt;/SPAN&gt;&lt;SPAN&gt;, m=&lt;/SPAN&gt;&lt;SPAN&gt;365&lt;/SPAN&gt;&lt;SPAN&gt;, stepwise=&lt;/SPAN&gt;&lt;SPAN&gt;True&lt;/SPAN&gt;&lt;SPAN&gt;, suppress_warnings=&lt;/SPAN&gt;&lt;SPAN&gt;True&lt;/SPAN&gt;&lt;SPAN&gt;, error_action=&lt;/SPAN&gt;&lt;SPAN&gt;'ignore'&lt;/SPAN&gt;&lt;SPAN&gt;, trace=&lt;/SPAN&gt;&lt;SPAN&gt;False&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;What is the issue?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 26 Sep 2023 07:48:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/cluster-termination-issue-it-was-working-fine-with-same-code/m-p/46234#M2442</guid>
      <dc:creator>Humi1245</dc:creator>
      <dc:date>2023-09-26T07:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster termination issue (It was working fine with same code previously)</title>
      <link>https://community.databricks.com/t5/machine-learning/cluster-termination-issue-it-was-working-fine-with-same-code/m-p/47874#M2588</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89980"&gt;@Humi1245&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your question in the Databricks community&lt;/P&gt;
&lt;DIV data-testid="message-container-2"&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;P&gt;One possible issue may be that the cluster is running out of memory while trying to fit the AutoARIMA model. You can try increasing the size of the cluster and see if that resolves the issue.&lt;/P&gt;
&lt;P&gt;You can check the status of the cluster, the resource utilization in the cluster and the network connectivity to the cluster.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Oct 2023 14:47:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/cluster-termination-issue-it-was-working-fine-with-same-code/m-p/47874#M2588</guid>
      <dc:creator>Kumaran</dc:creator>
      <dc:date>2023-10-03T14:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster termination issue (It was working fine with same code previously)</title>
      <link>https://community.databricks.com/t5/machine-learning/cluster-termination-issue-it-was-working-fine-with-same-code/m-p/48928#M2663</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89980"&gt;@Humi1245&lt;/a&gt;&amp;nbsp;You should check the cluster logs to see the reason for cluster termination. Also, check the metrics to understand the memory/CPU consumption.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 07:33:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/cluster-termination-issue-it-was-working-fine-with-same-code/m-p/48928#M2663</guid>
      <dc:creator>Annapurna_Hiriy</dc:creator>
      <dc:date>2023-10-11T07:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster termination issue (It was working fine with same code previously)</title>
      <link>https://community.databricks.com/t5/machine-learning/cluster-termination-issue-it-was-working-fine-with-same-code/m-p/48936#M2665</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89980"&gt;@Humi1245&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can view the event log of the cluster to understand the cause of the cluster termination. If it is due to gc issues, then we have to understand the reason behind high driver memory utilization which caused the GC.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's due to inactivity, then the cluster has been idle for long time.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 09:56:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/cluster-termination-issue-it-was-working-fine-with-same-code/m-p/48936#M2665</guid>
      <dc:creator>Tharun-Kumar</dc:creator>
      <dc:date>2023-10-11T09:56:06Z</dc:date>
    </item>
  </channel>
</rss>

