how to install custom libraries of python on Shared or multi user cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 08:31 AM
Hello all,
wanted to know how to install custom python libraries or load the library files on multiuser or shared databrick cluster.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2023 10:02 AM
Hello,
I did the dbfs file load and loaded the file. but if i as admin run the python code it works fine but when user load the file (csv or other data file) user gets error as : user does not have permission to SELECT any file.
then i tried to go on the cluster and open notebook and run GRANT select on any file to 'user'
Operation not allowed: GRANT(line 1, pos 0) == SQL == GRANT SELECT on ANY FILE to REDACTED_LOCAL_PART@domain.com' ^^^
what i am doing wrong? how to solve it
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2023 02:30 PM
append to the previous message: the cluster env is shared. does dbfs supported in shared cluster?