Hi,

I'd like to have a single standalone server, running as root on my machine,
on which jobs can be run from multiple user accounts on the same machine.

However, when I do this, writing files gives me error similar to the
one in this
Stackoverflow question <https://stackoverflow.com/q/29497887/2449107>. The
first answer to this question explains why: the server (running as root) is
creating a temporary file, and the job (running as the user) is trying to
move it, but it doesn't have access.

Is there a way around this? I feel like it should be possible to run a
Spark server as root and run a job on it from a user account.

Thanks,
Ben

Disclaimer

The information contained in this communication from the sender is 
confidential. It is intended solely for use by the recipient and others 
authorized to receive it. If you are not the recipient, you should delete this 
message. You are hereby notified that any disclosure, copying, distribution or 
taking action in relation to the contents of this information is strictly 
prohibited and may be unlawful.

Reply via email to