<?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: Not able to write to dbfs from workflow in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/not-able-to-write-to-dbfs-from-workflow/m-p/122991#M46914</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89888"&gt;@mani_22&lt;/a&gt; thanks for your reply.&lt;/P&gt;&lt;P&gt;Notebook cluster config is having below values that are not matching with Workflow cluster config :&lt;/P&gt;&lt;P&gt;"cluster_name": "my-cluster-name"&lt;BR /&gt;"x_N2Leader": someuser@domain.com&lt;BR /&gt;"ModuleName": "ABC",&lt;BR /&gt;"kind": "CLASSIC_PREVIEW"&lt;BR /&gt;"spark.hadoop.hive.metastore.uris": "thrift://10.247.240.116:9083"&lt;BR /&gt;"autotermination_minutes": 60&lt;BR /&gt;"is_single_node": false&lt;BR /&gt;"cluster_id": "0519-021858-rjmsug0v"&lt;BR /&gt;"cluster_log_conf": {&amp;nbsp;&lt;BR /&gt;"dbfs": {&amp;nbsp;&lt;BR /&gt;"destination": "dbfs:/mnt/logs/btm-cluster-logs/"&lt;BR /&gt;}&lt;BR /&gt;},&lt;/P&gt;&lt;P&gt;Workflow cluster config values that are not matching with Notebook cluster config :&lt;BR /&gt;"cluster_name": ""&lt;BR /&gt;N2Leader": someuser@domain.com&lt;BR /&gt;"ModuleName": "XYZ",&lt;BR /&gt;"spark.hadoop.hive.metastore.uris": "thrift://xxxxxxxxxxxxx.yyyy.enterprisecsp.net:9083"&lt;BR /&gt;"ssh_public_keys": [],&lt;BR /&gt;"init_scripts": [],&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2025 17:09:16 GMT</pubDate>
    <dc:creator>ghilage</dc:creator>
    <dc:date>2025-06-26T17:09:16Z</dc:date>
    <item>
      <title>Not able to write to dbfs from workflow</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-write-to-dbfs-from-workflow/m-p/122798#M46872</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am facing below issue while writing to dbfs.&lt;/P&gt;&lt;P&gt;I have a pyspark code in which I am writing a dataframe to dbfs using below code :&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;dbfs_path.mkdir(&lt;SPAN&gt;parents&lt;/SPAN&gt;=&lt;SPAN&gt;True&lt;/SPAN&gt;, &lt;SPAN&gt;exist_ok&lt;/SPAN&gt;=&lt;SPAN&gt;True&lt;/SPAN&gt;)&lt;BR /&gt;my_df.write.format(&lt;SPAN&gt;"parquet"&lt;/SPAN&gt;).mode(&lt;SPAN&gt;"overwrite"&lt;/SPAN&gt;).save(&lt;SPAN&gt;f"&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;dbfs_path&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;/my_df"&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;1. When i execute this code manually from a notebook it is able to write immediately to dbfs.&lt;/P&gt;&lt;P&gt;2. When i execute this code from a databricks workflow then it hardly write the 1st part file and then gets stuck for a very long time.&lt;/P&gt;&lt;P&gt;Can someone please help me understand the issue?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Jun 2025 11:14:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-write-to-dbfs-from-workflow/m-p/122798#M46872</guid>
      <dc:creator>ghilage</dc:creator>
      <dc:date>2025-06-25T11:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to dbfs from workflow</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-write-to-dbfs-from-workflow/m-p/122900#M46902</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/171911"&gt;@ghilage&lt;/a&gt;&amp;nbsp;Are the compute configurations used in the workflow run the same as those used in the notebook run, such as access mode(dedicated or single user), instance type, and Photon usage (enabled or disabled)?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 05:28:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-write-to-dbfs-from-workflow/m-p/122900#M46902</guid>
      <dc:creator>mani_22</dc:creator>
      <dc:date>2025-06-26T05:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to dbfs from workflow</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-write-to-dbfs-from-workflow/m-p/122991#M46914</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89888"&gt;@mani_22&lt;/a&gt; thanks for your reply.&lt;/P&gt;&lt;P&gt;Notebook cluster config is having below values that are not matching with Workflow cluster config :&lt;/P&gt;&lt;P&gt;"cluster_name": "my-cluster-name"&lt;BR /&gt;"x_N2Leader": someuser@domain.com&lt;BR /&gt;"ModuleName": "ABC",&lt;BR /&gt;"kind": "CLASSIC_PREVIEW"&lt;BR /&gt;"spark.hadoop.hive.metastore.uris": "thrift://10.247.240.116:9083"&lt;BR /&gt;"autotermination_minutes": 60&lt;BR /&gt;"is_single_node": false&lt;BR /&gt;"cluster_id": "0519-021858-rjmsug0v"&lt;BR /&gt;"cluster_log_conf": {&amp;nbsp;&lt;BR /&gt;"dbfs": {&amp;nbsp;&lt;BR /&gt;"destination": "dbfs:/mnt/logs/btm-cluster-logs/"&lt;BR /&gt;}&lt;BR /&gt;},&lt;/P&gt;&lt;P&gt;Workflow cluster config values that are not matching with Notebook cluster config :&lt;BR /&gt;"cluster_name": ""&lt;BR /&gt;N2Leader": someuser@domain.com&lt;BR /&gt;"ModuleName": "XYZ",&lt;BR /&gt;"spark.hadoop.hive.metastore.uris": "thrift://xxxxxxxxxxxxx.yyyy.enterprisecsp.net:9083"&lt;BR /&gt;"ssh_public_keys": [],&lt;BR /&gt;"init_scripts": [],&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 17:09:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-write-to-dbfs-from-workflow/m-p/122991#M46914</guid>
      <dc:creator>ghilage</dc:creator>
      <dc:date>2025-06-26T17:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to dbfs from workflow</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-write-to-dbfs-from-workflow/m-p/122996#M46919</link>
      <description>&lt;P&gt;what is the reason it gets stuck and does not give any error as well for a long time.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 17:27:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-write-to-dbfs-from-workflow/m-p/122996#M46919</guid>
      <dc:creator>ghilage</dc:creator>
      <dc:date>2025-06-26T17:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to write to dbfs from workflow</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-write-to-dbfs-from-workflow/m-p/123005#M46921</link>
      <description>&lt;P&gt;looks like some problem withing my dataframe itself.&lt;/P&gt;&lt;P&gt;If i skip some of the expensive field calculations then it is able to write to dbfs.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 19:11:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-write-to-dbfs-from-workflow/m-p/123005#M46921</guid>
      <dc:creator>ghilage</dc:creator>
      <dc:date>2025-06-26T19:11:00Z</dc:date>
    </item>
  </channel>
</rss>

