<?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: Spark in not executing any tasks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/spark-in-not-executing-any-tasks/m-p/123850#M47075</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We are facing a similar like issue, if you don't mind can you share how did you fix the ports? We are using GCP&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jul 2025 09:58:59 GMT</pubDate>
    <dc:creator>MBV3</dc:creator>
    <dc:date>2025-07-03T09:58:59Z</dc:date>
    <item>
      <title>Spark in not executing any tasks</title>
      <link>https://community.databricks.com/t5/data-engineering/spark-in-not-executing-any-tasks/m-p/49953#M28661</link>
      <description>&lt;P&gt;I have an issue where Spark in not submiting any task, on any worksapce or cluster, even SQLWarehouse.&lt;/P&gt;&lt;P&gt;Even for very simple code it hangs forever.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Diogo_W_0-1698352974280.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/4601iFD52255BF9346380/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Diogo_W_0-1698352974280.png" alt="Diogo_W_0-1698352974280.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Diogo_W_1-1698353051402.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/4602i90A6311F155DFCF1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Diogo_W_1-1698353051402.png" alt="Diogo_W_1-1698353051402.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Anyone ever faced something similar? Our infra is AWS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 20:44:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/spark-in-not-executing-any-tasks/m-p/49953#M28661</guid>
      <dc:creator>Diogo_W</dc:creator>
      <dc:date>2023-10-26T20:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Spark in not executing any tasks</title>
      <link>https://community.databricks.com/t5/data-engineering/spark-in-not-executing-any-tasks/m-p/50021#M28688</link>
      <description>&lt;P&gt;Hi Kaniz, thanks for the reply.&lt;/P&gt;&lt;P&gt;I went thought the log and I see this:&lt;/P&gt;&lt;P&gt;&amp;#27;[0;31mKeyboardInterrupt&amp;#27;[0m:&lt;BR /&gt;23/10/26 21:06:04 INFO ProgressReporter$: Removed result fetcher for 7389618138579564799_6933402728921115182_ee7173b16c654fea9ca6968ef33e5530&lt;BR /&gt;23/10/26 21:06:04 INFO PythonDriverWrapper: Stopping streams for commandId pattern: CommandIdPattern(7389618138579564799,None,Some(ee7173b16c654fea9ca6968ef33e5530)).&lt;BR /&gt;23/10/26 21:06:06 INFO ClusterLoadAvgHelper: Current cluster load: 0, Old Ema: 1.0, New Ema: 0.85&lt;BR /&gt;23/10/26 21:06:08 WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources&lt;BR /&gt;23/10/26 21:06:09 INFO ClusterLoadAvgHelper: Current cluster load: 0, Old Ema: 0.85, New Ema: 0.0&lt;BR /&gt;23/10/26 21:06:23 WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources&lt;/P&gt;&lt;P&gt;Looks like the cluster is not getting enough resources like you mentioned. Any idea how to fix it?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 13:33:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/spark-in-not-executing-any-tasks/m-p/50021#M28688</guid>
      <dc:creator>Diogo_W</dc:creator>
      <dc:date>2023-10-27T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Spark in not executing any tasks</title>
      <link>https://community.databricks.com/t5/data-engineering/spark-in-not-executing-any-tasks/m-p/50034#M28690</link>
      <description>&lt;P&gt;Found the solution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Turned out to be an issue with the Security Groups. The internal security group communication was not open to all ports for TCP and UDP. After fixing that the jobs ran fine. Seems like we did require more workers too.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 21:01:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/spark-in-not-executing-any-tasks/m-p/50034#M28690</guid>
      <dc:creator>Diogo_W</dc:creator>
      <dc:date>2023-10-27T21:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Spark in not executing any tasks</title>
      <link>https://community.databricks.com/t5/data-engineering/spark-in-not-executing-any-tasks/m-p/123850#M47075</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We are facing a similar like issue, if you don't mind can you share how did you fix the ports? We are using GCP&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 09:58:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/spark-in-not-executing-any-tasks/m-p/123850#M47075</guid>
      <dc:creator>MBV3</dc:creator>
      <dc:date>2025-07-03T09:58:59Z</dc:date>
    </item>
  </channel>
</rss>

