<?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: Getting runtime execution error when migrating a job to Unity in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/getting-runtime-execution-error-when-migrating-a-job-to-unity/m-p/150992#M53555</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/154000"&gt;@utkarshamone&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;After looking into your error dump, it appears the driver is hanging while trying to initialise a DBFS mount backed by GCS... As an example, the highlighted paths below&amp;nbsp;only appear when Databricks is resolving a DBFS mount (or root) that points to a GCS bucket, not when you’re using Unity Catalog external locations or volumes.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="dbfs error.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/24866i9AAAF49B6D065196/image-size/large?v=v2&amp;amp;px=999" role="button" title="dbfs error.png" alt="dbfs error.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Because you’ve moved the job to Unity Catalog + DBR 16.4 LTS with data_security_mode = "USER_ISOLATION" (Standard access mode), this is a strong signal that t&lt;SPAN&gt;he job (or its cluster/init scripts) still references a &lt;/SPAN&gt;DBFS mount path, e.g., dbfs:/mnt/..., that points to your bucket.&lt;/P&gt;
&lt;P&gt;Under UC + Standard access mode on recent runtimes, DBFS mounts are a legacy pattern and can cause driver startup problems or runtime errors, especially when mixed with UC-governed storage.&lt;/P&gt;
&lt;P&gt;Here are some options for you to look at. Firstly, search your code, job parameters and init scripts to see if there are any references to the DBFS mount points in this job. If you find any, make a note of them and migrate those mounts to the Unity Catalog. You can then update the job to use the UC paths instead of the DBFS mount points.&lt;/P&gt;
&lt;P&gt;Before you go ahead and make the changes, you can (if that is possible) temporarily switch the job to dedicated access mode. If it only fails in standard (USER_ISOLATION) and only when the mount is present, that confirms the mount as the culprit.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 15 Mar 2026 20:11:43 GMT</pubDate>
    <dc:creator>Ashwin_DSA</dc:creator>
    <dc:date>2026-03-15T20:11:43Z</dc:date>
    <item>
      <title>Getting runtime execution error when migrating a job to Unity</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-runtime-execution-error-when-migrating-a-job-to-unity/m-p/150761#M53510</link>
      <description>&lt;P&gt;I am in the process of migrating our jobs from the legacy hive metastore to Unity. I have modified my existing job to read and write from a different bucket as part of the migration. The only change I have made to my job config is to enable this setting -&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;data_security_mode&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"USER_ISOLATION"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;As per my understanding this enables access to Unity Catalog on the cluster&lt;BR /&gt;I am running the latest DBR&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But I keep getting this error, which I cannot understand and solve&lt;BR /&gt;Any help is appreciated!&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Mar 2026 08:51:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-runtime-execution-error-when-migrating-a-job-to-unity/m-p/150761#M53510</guid>
      <dc:creator>utkarshamone</dc:creator>
      <dc:date>2026-03-13T08:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Getting runtime execution error when migrating a job to Unity</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-runtime-execution-error-when-migrating-a-job-to-unity/m-p/150796#M53517</link>
      <description>&lt;P&gt;Quick correction here - I am using DBR 16.4 LTS (Scala 2.12, Spark 3.5.2)&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 12:16:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-runtime-execution-error-when-migrating-a-job-to-unity/m-p/150796#M53517</guid>
      <dc:creator>utkarshamone</dc:creator>
      <dc:date>2026-03-13T12:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting runtime execution error when migrating a job to Unity</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-runtime-execution-error-when-migrating-a-job-to-unity/m-p/150992#M53555</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/154000"&gt;@utkarshamone&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;After looking into your error dump, it appears the driver is hanging while trying to initialise a DBFS mount backed by GCS... As an example, the highlighted paths below&amp;nbsp;only appear when Databricks is resolving a DBFS mount (or root) that points to a GCS bucket, not when you’re using Unity Catalog external locations or volumes.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="dbfs error.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/24866i9AAAF49B6D065196/image-size/large?v=v2&amp;amp;px=999" role="button" title="dbfs error.png" alt="dbfs error.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Because you’ve moved the job to Unity Catalog + DBR 16.4 LTS with data_security_mode = "USER_ISOLATION" (Standard access mode), this is a strong signal that t&lt;SPAN&gt;he job (or its cluster/init scripts) still references a &lt;/SPAN&gt;DBFS mount path, e.g., dbfs:/mnt/..., that points to your bucket.&lt;/P&gt;
&lt;P&gt;Under UC + Standard access mode on recent runtimes, DBFS mounts are a legacy pattern and can cause driver startup problems or runtime errors, especially when mixed with UC-governed storage.&lt;/P&gt;
&lt;P&gt;Here are some options for you to look at. Firstly, search your code, job parameters and init scripts to see if there are any references to the DBFS mount points in this job. If you find any, make a note of them and migrate those mounts to the Unity Catalog. You can then update the job to use the UC paths instead of the DBFS mount points.&lt;/P&gt;
&lt;P&gt;Before you go ahead and make the changes, you can (if that is possible) temporarily switch the job to dedicated access mode. If it only fails in standard (USER_ISOLATION) and only when the mount is present, that confirms the mount as the culprit.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2026 20:11:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-runtime-execution-error-when-migrating-a-job-to-unity/m-p/150992#M53555</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-03-15T20:11:43Z</dc:date>
    </item>
  </channel>
</rss>

