I can't specify user by calling Execute method

2014-11-20 Thread hsy...@gmail.com
Hi I specified user when call Execute(..., user='hdp',...) But the container processes are all launched as *yarn* user

Re: I can't specify user by calling Execute method

2014-11-20 Thread Sumit Mohanty
Actually, user=xyz does not take effect in Slider. Mostly because the agent does not run with root privileges and cannot do an su. In general, Yarn has the model of running all processes as the yarn user when the cluster is non-secured and all processed run as the running user (kerberos principal)