Permission denied using patchelf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ04-17-2024 07:04 AM
Hello all ๐
I would like to run a Python script on a Shared cluster:
โ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:
execute('patchelf',['--set-rpath', rpath, lib])
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 Catalog > hive_metastore > Permissions, but none of them were successful.
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.
Any help is appreciated,
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ04-17-2024 07:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ04-17-2024 07:14 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ04-17-2024 07:31 AM
I basically followed this tutorial https://learn.microsoft.com/en-gb/azure/databricks/data-governance/unity-catalog/get-started and it seemed to be working, so I guess Unity Catalog is enabled?

