I am using Apache Spark in standalone mode under Ubuntu
I am trying to save a file to a location, that is on a nfs host machine.
The spark worker is started under a user that has permissions to the folder that I try to save to.
I changed the folder's permissions to 777 and still get errors - when creating a new folder under the nfs.
A folder is created, and then it can't create anything new in it.
the new folder has, again the old permissions not letting the spark executors write anything to it.
How can I fix this?