Hi,
When i running this command over my private cluster (Single User) it works well :
dbutils.fs.cp(ituff_file, protocol_local_file_path)
When i try to run it over a shared cluster, i am getting :
java.lang.SecurityException: Cannot use com.databricks.backend.daemon.driver.WorkspaceLocalFileSystem - local filesystem access is forbidden
Please advice!
Thanks1