<?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 FileNotFoundError: [Errno 2] No such file or directory: '../00_configuration/prd/main_configuration. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/filenotfounderror-errno-2-no-such-file-or-directory-00/m-p/154946#M54159</link>
    <description>&lt;P&gt;Maybe someone has encountered this problem before?&lt;/P&gt;&lt;P&gt;I’m running parallel loading for 10 objects using pool.map. Nine of them complete successfully, but one fails when trying to read a configuration file. The problem occurs occasionally and doesn’t follow any regular pattern.&amp;nbsp; All of them read the same configuration file. After rerunning the job, the issue did not occur again and all objects completed successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ve seen a similar issue before when releasing new changes to the dev environment. However, this time it’s happening in production, there was no deployment during that period, and the other 9 objects ran without any issues.&lt;/P&gt;&lt;P&gt;The error I’m getting is:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;FileNotFoundError: [Errno 2] No such file or directory: '../00_configuration/prd/main_configuration.yaml'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;What could be causing this problem?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Apr 2026 13:25:56 GMT</pubDate>
    <dc:creator>AdrianLobacz</dc:creator>
    <dc:date>2026-04-20T13:25:56Z</dc:date>
    <item>
      <title>FileNotFoundError: [Errno 2] No such file or directory: '../00_configuration/prd/main_configuration.</title>
      <link>https://community.databricks.com/t5/data-engineering/filenotfounderror-errno-2-no-such-file-or-directory-00/m-p/154946#M54159</link>
      <description>&lt;P&gt;Maybe someone has encountered this problem before?&lt;/P&gt;&lt;P&gt;I’m running parallel loading for 10 objects using pool.map. Nine of them complete successfully, but one fails when trying to read a configuration file. The problem occurs occasionally and doesn’t follow any regular pattern.&amp;nbsp; All of them read the same configuration file. After rerunning the job, the issue did not occur again and all objects completed successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ve seen a similar issue before when releasing new changes to the dev environment. However, this time it’s happening in production, there was no deployment during that period, and the other 9 objects ran without any issues.&lt;/P&gt;&lt;P&gt;The error I’m getting is:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;FileNotFoundError: [Errno 2] No such file or directory: '../00_configuration/prd/main_configuration.yaml'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;What could be causing this problem?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 13:25:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/filenotfounderror-errno-2-no-such-file-or-directory-00/m-p/154946#M54159</guid>
      <dc:creator>AdrianLobacz</dc:creator>
      <dc:date>2026-04-20T13:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: FileNotFoundError: [Errno 2] No such file or directory: '../00_configuration/prd/main_configurat</title>
      <link>https://community.databricks.com/t5/data-engineering/filenotfounderror-errno-2-no-such-file-or-directory-00/m-p/154959#M54160</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/28011"&gt;@AdrianLobacz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can read the configuration once and pass the object into your function&amp;nbsp;instead of reading the same file multiple times.&amp;nbsp;&lt;SPAN&gt;It eliminates the IO overhead and avoids hitting the FUSE layer. When the code triggers parallel processes, they hit the FUSE layer simultaneously. FUSE fails to refresh the metadata for one specific thread occasionally resulting in an error even though the file is there.&amp;nbsp;&lt;SPAN&gt;You can pass the absolute path instead of relative path.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 14:19:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/filenotfounderror-errno-2-no-such-file-or-directory-00/m-p/154959#M54160</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-04-20T14:19:23Z</dc:date>
    </item>
  </channel>
</rss>

