<?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: Mounting File Share in init script of cluster in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13393#M8084</link>
    <description>&lt;P&gt;Thanks @Prabakar Ammeappin​&amp;nbsp;. yeah i'm looking for similar option but the blog says it only support single tenant and may not work azure as that is multitenant ?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 09:17:57 GMT</pubDate>
    <dc:creator>Rahul_Samant</dc:creator>
    <dc:date>2022-07-21T09:17:57Z</dc:date>
    <item>
      <title>Mounting File Share in init script of cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13391#M8082</link>
      <description>&lt;P&gt;we have a flow where we have to process chunk of files from file share. currently we are moving the files first to storage account and then post processing move files back to file share again. this is adding to the execution time for moving files back and fro . File Share is being used in the architecture as majority of files are being used through informatica as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we mount the fileshare like we mount on azure VM using init script of cluster creation. i'm thinking about giving a try to avoid to and fro of files&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 05:49:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13391#M8082</guid>
      <dc:creator>Rahul_Samant</dc:creator>
      <dc:date>2022-07-15T05:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting File Share in init script of cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13392#M8083</link>
      <description>&lt;P&gt;@Rahul Samant​&amp;nbsp;If you are looking for NSF mount, then yes it is possible with some fine tuning. Please refer the &lt;A href="https://databricks.com/blog/2019/05/17/nfs-mounting-in-databricks-product.html" alt="https://databricks.com/blog/2019/05/17/nfs-mounting-in-databricks-product.html" target="_blank"&gt;NFS Mounting in Databricks&lt;/A&gt; blog that would help you to achieve this.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 14:09:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13392#M8083</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-07-15T14:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting File Share in init script of cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13393#M8084</link>
      <description>&lt;P&gt;Thanks @Prabakar Ammeappin​&amp;nbsp;. yeah i'm looking for similar option but the blog says it only support single tenant and may not work azure as that is multitenant ?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 09:17:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13393#M8084</guid>
      <dc:creator>Rahul_Samant</dc:creator>
      <dc:date>2022-07-21T09:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting File Share in init script of cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13394#M8085</link>
      <description>&lt;P&gt;Hi @Rahul Samant​&amp;nbsp;I could see a feature request was raised to get this in multitenant and it's GA now. I believe you can use the same steps in your Azure workspace.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:29:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13394#M8085</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-07-21T13:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting File Share in init script of cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13395#M8086</link>
      <description>&lt;P&gt;we have mounted the file share in another azure vm which works but when we try to put this in cluster init script it fails and we can't see the error. but in the notebook under %sh magic if we run the mount script it fails with permission denied error while running mount,&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:36:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13395#M8086</guid>
      <dc:creator>Rahul_Samant</dc:creator>
      <dc:date>2022-07-21T13:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting File Share in init script of cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13396#M8087</link>
      <description>&lt;P&gt;You can enable init script logging to get more details on the failure.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/clusters/init-scripts.html#init-script-log" target="test_blank"&gt;https://docs.databricks.com/clusters/init-scripts.html#init-script-log&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 14:00:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13396#M8087</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-07-21T14:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting File Share in init script of cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13397#M8088</link>
      <description>&lt;P&gt;Hey there @Rahul Samant​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so we can help you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 05:59:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13397#M8088</guid>
      <dc:creator>Vidula</dc:creator>
      <dc:date>2022-09-05T05:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting File Share in init script of cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13398#M8089</link>
      <description>&lt;P&gt;Hi @Rahul Samant​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;We are also facing similar issue. Have you found any solution yet?​&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 21:09:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13398#M8089</guid>
      <dc:creator>Vj1</dc:creator>
      <dc:date>2022-10-09T21:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting File Share in init script of cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13399#M8090</link>
      <description>&lt;P&gt;Hi @Rahul Samant is this issue solved &lt;/P&gt;&lt;P&gt;Please help we are also facing same issues &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 16:48:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/mounting-file-share-in-init-script-of-cluster/m-p/13399#M8090</guid>
      <dc:creator>Samirshaikh</dc:creator>
      <dc:date>2023-02-11T16:48:28Z</dc:date>
    </item>
  </channel>
</rss>

