<?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: Is there the possibility to protect Init script folder on DBFS in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24369#M16921</link>
    <description>&lt;P&gt;I think the only solution is to use a global init script. Then, only the admin can edit the Global init setting, and you can paste your code there so it will not be on file on dbfs.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 09:46:11 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2022-03-30T09:46:11Z</dc:date>
    <item>
      <title>Is there the possibility to protect Init script folder on DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24368#M16920</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;We are looking for a way to protect the folder where init script is hosted from editing.&lt;/P&gt;&lt;P&gt;This because we have implemented inside init script a parameter that blocks the download file from R Studio APP Emulator and we would like to avoid that any user edit it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to reach this goal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks so much&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 18:11:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24368#M16920</guid>
      <dc:creator>MarcoData01</dc:creator>
      <dc:date>2022-03-29T18:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the possibility to protect Init script folder on DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24369#M16921</link>
      <description>&lt;P&gt;I think the only solution is to use a global init script. Then, only the admin can edit the Global init setting, and you can paste your code there so it will not be on file on dbfs.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 09:46:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24369#M16921</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-30T09:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the possibility to protect Init script folder on DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24370#M16922</link>
      <description>&lt;P&gt;Yes, the only option is to use the global init script as it is restricted to admins. But it will run on all clusters even if it doesn't require R studio. &lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 10:52:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24370#M16922</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-03-30T10:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the possibility to protect Init script folder on DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24371#M16923</link>
      <description>&lt;P&gt;exact, we'd like to avoid install R Emulator on all clusters&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 11:55:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24371#M16923</guid>
      <dc:creator>MarcoData01</dc:creator>
      <dc:date>2022-03-30T11:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the possibility to protect Init script folder on DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24372#M16924</link>
      <description>&lt;P&gt;so you can consider having a separate Databricks workspace (set-up) for R servers (hive metastore and mounts can be shared)&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 11:59:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24372#M16924</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-30T11:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the possibility to protect Init script folder on DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24373#M16925</link>
      <description>&lt;P&gt;we have solved using global init script but in another way. We have write a script that overwrite the init script on DBFS. &lt;/P&gt;&lt;P&gt;So if someone edit the script at new restart this will be owerwritten by the original.&lt;/P&gt;&lt;P&gt;It's a workaround but it works and we don' t have to install R Studio on all clusters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 13:28:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24373#M16925</guid>
      <dc:creator>MarcoData01</dc:creator>
      <dc:date>2022-03-30T13:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the possibility to protect Init script folder on DBFS</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24374#M16926</link>
      <description>&lt;P&gt;Hi @Marco Data​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for sending in your question. It is awesome that you found a solution. Would you like to mark the answer as best so others can find the solution quickly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers! &lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 13:21:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-the-possibility-to-protect-init-script-folder-on-dbfs/m-p/24374#M16926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-14T13:21:19Z</dc:date>
    </item>
  </channel>
</rss>

