I want to enforce multi-tenancy in my spark cluster - my tenants would be allocated a certain amount of memory and CPU, and i want to make sure that when they submit their applications, they do not consume more than their quota.
I am also curious to know about the ownership of files and folders created in local file system/ NFS when a spark job is submitted in cluster mode?