<?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 Permission denied using patchelf in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/permission-denied-using-patchelf/m-p/66469#M1073</link>
    <description>&lt;P&gt;Hello all&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like to run a Python script on a&amp;nbsp;&lt;STRONG&gt;Shared&lt;/STRONG&gt; cluster:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-17 at 16.00.03.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/7078i64EE0F9F4F0F378B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-17 at 16.00.03.png" alt="Screenshot 2024-04-17 at 16.00.03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; The Python script tries to do, under the hood, a call to `patchelf` utility, in order to set a r-path. Something along those lines:&lt;/P&gt;&lt;PRE&gt;execute&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'patchelf'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;'--set-rpath'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;rpath&lt;SPAN&gt;, &lt;/SPAN&gt;lib&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;The problem I'm facing is that on a Shared cluster, this operation fails with "Operation denied" message. I have no issue when running on a Single User cluster. I tried various permission grants from &lt;STRONG&gt;Catalog &amp;gt; hive_metastore &amp;gt; Permissions&lt;/STRONG&gt;, but none of them were successful.&lt;/P&gt;&lt;P&gt;Can I do something to make it work? I must confess that at this point, I'm entirely lost on where to find more configurations that would be helpful.&lt;/P&gt;&lt;P&gt;Any help is appreciated,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2024 14:04:05 GMT</pubDate>
    <dc:creator>Datastoryteller</dc:creator>
    <dc:date>2024-04-17T14:04:05Z</dc:date>
    <item>
      <title>Permission denied using patchelf</title>
      <link>https://community.databricks.com/t5/administration-architecture/permission-denied-using-patchelf/m-p/66469#M1073</link>
      <description>&lt;P&gt;Hello all&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like to run a Python script on a&amp;nbsp;&lt;STRONG&gt;Shared&lt;/STRONG&gt; cluster:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-17 at 16.00.03.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/7078i64EE0F9F4F0F378B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-17 at 16.00.03.png" alt="Screenshot 2024-04-17 at 16.00.03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; The Python script tries to do, under the hood, a call to `patchelf` utility, in order to set a r-path. Something along those lines:&lt;/P&gt;&lt;PRE&gt;execute&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'patchelf'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;'--set-rpath'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;rpath&lt;SPAN&gt;, &lt;/SPAN&gt;lib&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;The problem I'm facing is that on a Shared cluster, this operation fails with "Operation denied" message. I have no issue when running on a Single User cluster. I tried various permission grants from &lt;STRONG&gt;Catalog &amp;gt; hive_metastore &amp;gt; Permissions&lt;/STRONG&gt;, but none of them were successful.&lt;/P&gt;&lt;P&gt;Can I do something to make it work? I must confess that at this point, I'm entirely lost on where to find more configurations that would be helpful.&lt;/P&gt;&lt;P&gt;Any help is appreciated,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 14:04:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/permission-denied-using-patchelf/m-p/66469#M1073</guid>
      <dc:creator>Datastoryteller</dc:creator>
      <dc:date>2024-04-17T14:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Permission denied using patchelf</title>
      <link>https://community.databricks.com/t5/administration-architecture/permission-denied-using-patchelf/m-p/66477#M1076</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/103692"&gt;@Datastoryteller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does Unity Catalog enabled on your workspace ?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 14:13:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/permission-denied-using-patchelf/m-p/66477#M1076</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2024-04-17T14:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Permission denied using patchelf</title>
      <link>https://community.databricks.com/t5/administration-architecture/permission-denied-using-patchelf/m-p/66479#M1077</link>
      <description>&lt;P&gt;I think it is, but is there a specific config to check? I'm browsing the documentation and I'm a bit lost, to say the least&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 14:14:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/permission-denied-using-patchelf/m-p/66479#M1077</guid>
      <dc:creator>Datastoryteller</dc:creator>
      <dc:date>2024-04-17T14:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Permission denied using patchelf</title>
      <link>https://community.databricks.com/t5/administration-architecture/permission-denied-using-patchelf/m-p/66483#M1078</link>
      <description>&lt;P&gt;I basically followed this tutorial&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-gb/azure/databricks/data-governance/unity-catalog/get-started" target="_blank"&gt;https://learn.microsoft.com/en-gb/azure/databricks/data-governance/unity-catalog/get-started&lt;/A&gt;&amp;nbsp;and it seemed to be working, so I guess Unity Catalog is enabled?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 14:31:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/permission-denied-using-patchelf/m-p/66483#M1078</guid>
      <dc:creator>Datastoryteller</dc:creator>
      <dc:date>2024-04-17T14:31:08Z</dc:date>
    </item>
  </channel>
</rss>

