<?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 Jobs View on a serverless cluster!! Naah..... in Community Articles</title>
    <link>https://community.databricks.com/t5/community-articles/spark-jobs-view-on-a-serverless-cluster-naah/m-p/141364#M841</link>
    <description>&lt;P&gt;Hi Raman&lt;/P&gt;&lt;P&gt;Thank you for the amazing insights! I am trying to understand more about SQL Warehouses - is it managed by Unity Catalog? From what I could gather, SQL Warehouse is a compute layer, not a data layer and therefore not managed by Unity Catalog. Is this right?&lt;/P&gt;</description>
    <pubDate>Mon, 08 Dec 2025 06:15:38 GMT</pubDate>
    <dc:creator>Senga98</dc:creator>
    <dc:date>2025-12-08T06:15:38Z</dc:date>
    <item>
      <title>Spark Jobs View on a serverless cluster!! Naah.....</title>
      <link>https://community.databricks.com/t5/community-articles/spark-jobs-view-on-a-serverless-cluster-naah/m-p/141198#M835</link>
      <description>&lt;P&gt;Have you ever noticed (and wondered) that the wonderful Spark Job UI is no longer available in the databricks notebook if the cell is executed using 'serverless' cluster?&lt;/P&gt;&lt;P&gt;Tradionally, whenever we run the spark code (action command), we used to see the Job Runs (job 1, Job2 etc) which navigate to the Spark famous UI with DAG and all run details. That view is not available if your notebook is attached to interactive serverless cluster.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Serverless abstraction&lt;/STRONG&gt;: In serverless interactive clusters (and SQL Warehouses), Databricks fully manages the Spark driver and executors behind the scenes. You don’t get direct visibility into the JVM processes or Spark UI because those resources are ephemeral and multi‑tenant.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;No dedicated driver node&lt;/STRONG&gt;: The Spark driver that normally hosts the Spark UI (with DAG, stages, tasks) isn’t exposed in serverless mode. Databricks hides it to enforce isolation and simplify operations.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Security &amp;amp; multi‑tenancy&lt;/STRONG&gt;: The Spark UI can reveal low‑level details about cluster internals. In shared/serverless environments, exposing that could leak information across tenants, so Databricks disables it.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Monitoring alternative&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Instead of the Spark UI, Databricks provides &lt;STRONG&gt;query history&lt;/STRONG&gt;, &lt;STRONG&gt;execution plans (&lt;/STRONG&gt;EXPLAIN&lt;STRONG&gt;)&lt;/STRONG&gt;, and &lt;STRONG&gt;job run details&lt;/STRONG&gt; in the Databricks workspace. These give you visibility into performance without exposing the raw DAG view.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Query History (SQL Warehouses)&lt;/STRONG&gt;: Shows query execution times, resource usage, and status.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Job Run Details (Jobs UI)&lt;/STRONG&gt;: For scheduled pipelines, you can see task durations, logs, and outcomes.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;df.explain(True): Prints the physical plan, which is the closest to DAG inspection in serverless mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Metrics in Databricks UI&lt;/STRONG&gt;: Cluster metrics, query profiles, and Delta Live Tables monitoring dashboards.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Happy serverless!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 22:41:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/spark-jobs-view-on-a-serverless-cluster-naah/m-p/141198#M835</guid>
      <dc:creator>Raman_Unifeye</dc:creator>
      <dc:date>2025-12-04T22:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Spark Jobs View on a serverless cluster!! Naah.....</title>
      <link>https://community.databricks.com/t5/community-articles/spark-jobs-view-on-a-serverless-cluster-naah/m-p/141250#M836</link>
      <description>&lt;P&gt;Very good observation, Raman! Thank you for bring this to the community attention!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 12:59:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/spark-jobs-view-on-a-serverless-cluster-naah/m-p/141250#M836</guid>
      <dc:creator>bianca_unifeye</dc:creator>
      <dc:date>2025-12-05T12:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Spark Jobs View on a serverless cluster!! Naah.....</title>
      <link>https://community.databricks.com/t5/community-articles/spark-jobs-view-on-a-serverless-cluster-naah/m-p/141364#M841</link>
      <description>&lt;P&gt;Hi Raman&lt;/P&gt;&lt;P&gt;Thank you for the amazing insights! I am trying to understand more about SQL Warehouses - is it managed by Unity Catalog? From what I could gather, SQL Warehouse is a compute layer, not a data layer and therefore not managed by Unity Catalog. Is this right?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 06:15:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/spark-jobs-view-on-a-serverless-cluster-naah/m-p/141364#M841</guid>
      <dc:creator>Senga98</dc:creator>
      <dc:date>2025-12-08T06:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Spark Jobs View on a serverless cluster!! Naah.....</title>
      <link>https://community.databricks.com/t5/community-articles/spark-jobs-view-on-a-serverless-cluster-naah/m-p/141379#M843</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/191888"&gt;@Senga98&lt;/a&gt;&amp;nbsp;- I see you already had separate thread on your question and it is already answered by community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 09:50:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/spark-jobs-view-on-a-serverless-cluster-naah/m-p/141379#M843</guid>
      <dc:creator>Raman_Unifeye</dc:creator>
      <dc:date>2025-12-08T09:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Spark Jobs View on a serverless cluster!! Naah.....</title>
      <link>https://community.databricks.com/t5/community-articles/spark-jobs-view-on-a-serverless-cluster-naah/m-p/141380#M844</link>
      <description>&lt;P&gt;Thanks, &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/179607"&gt;@Raman_Unifeye&lt;/a&gt;! Yes, I noticed the answer came in shortly after I posted this comment. All good now &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 10:01:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/spark-jobs-view-on-a-serverless-cluster-naah/m-p/141380#M844</guid>
      <dc:creator>Senga98</dc:creator>
      <dc:date>2025-12-08T10:01:43Z</dc:date>
    </item>
  </channel>
</rss>

