As the agent does not run as root (either as YARN user on non-secured or the principal that started on secured), Slider has not implemented the ability to start as a different user.
-Sumit ________________________________________ From: Eric Yang <[email protected]> Sent: Friday, February 20, 2015 9:23 AM To: [email protected] Subject: start service as another user Hi all, What is the proper way to start application as another user other than YARN? In python script, I ran it like this: Execute ( daemon_cmd, user = serviceUser ) But it still get executed as yarn user instead of serviceUser. Thanks regards, Eric
