<?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 Display, count and write commands stuck after 1st job in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/display-count-and-write-commands-stuck-after-1st-job/m-p/13224#M7937</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have problems with displaying and saving a table in Databricks. &lt;/P&gt;&lt;P&gt;Simple command can run for hours without any progress..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2389i74B3EC4493C8F42C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;Before that I am not doing any rocket science - code runs in less than a minute, I have one join at the end.  &lt;/P&gt;&lt;P&gt;I am using 7.3 LTS ML GPU cluster with Standard_NC12 worker and driver. &lt;/P&gt;&lt;P&gt;Dataset has around 3 mln rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;</description>
    <pubDate>Fri, 15 Oct 2021 11:33:36 GMT</pubDate>
    <dc:creator>magy</dc:creator>
    <dc:date>2021-10-15T11:33:36Z</dc:date>
    <item>
      <title>Display, count and write commands stuck after 1st job</title>
      <link>https://community.databricks.com/t5/data-engineering/display-count-and-write-commands-stuck-after-1st-job/m-p/13224#M7937</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have problems with displaying and saving a table in Databricks. &lt;/P&gt;&lt;P&gt;Simple command can run for hours without any progress..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2389i74B3EC4493C8F42C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;Before that I am not doing any rocket science - code runs in less than a minute, I have one join at the end.  &lt;/P&gt;&lt;P&gt;I am using 7.3 LTS ML GPU cluster with Standard_NC12 worker and driver. &lt;/P&gt;&lt;P&gt;Dataset has around 3 mln rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 11:33:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/display-count-and-write-commands-stuck-after-1st-job/m-p/13224#M7937</guid>
      <dc:creator>magy</dc:creator>
      <dc:date>2021-10-15T11:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Display, count and write commands stuck after 1st job</title>
      <link>https://community.databricks.com/t5/data-engineering/display-count-and-write-commands-stuck-after-1st-job/m-p/13225#M7938</link>
      <description>&lt;P&gt;hard to tell without knowing how df_out is created.&lt;/P&gt;&lt;P&gt;As spark is lazy evaluated, the code is executed only at the write.&lt;/P&gt;&lt;P&gt;(transformations vs actions).&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 11:47:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/display-count-and-write-commands-stuck-after-1st-job/m-p/13225#M7938</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2021-10-15T11:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display, count and write commands stuck after 1st job</title>
      <link>https://community.databricks.com/t5/data-engineering/display-count-and-write-commands-stuck-after-1st-job/m-p/13226#M7939</link>
      <description>&lt;P&gt;Agree with @werners here. If you share a screenshot of the execution plan then we may be able to help more. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One guess would be that you might need more partitions but I cannot be certain. &lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 19:52:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/display-count-and-write-commands-stuck-after-1st-job/m-p/13226#M7939</guid>
      <dc:creator>Ryan_Chynoweth</dc:creator>
      <dc:date>2021-10-15T19:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display, count and write commands stuck after 1st job</title>
      <link>https://community.databricks.com/t5/data-engineering/display-count-and-write-commands-stuck-after-1st-job/m-p/13227#M7940</link>
      <description>&lt;P&gt;hi @Just Magy​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is your data source? what type of lazy transformation and actions do you have in your code? Do you partition your data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide more details.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 22:31:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/display-count-and-write-commands-stuck-after-1st-job/m-p/13227#M7940</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2021-10-18T22:31:46Z</dc:date>
    </item>
  </channel>
</rss>

