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