Re: start service as another user

2015-02-20 Thread Eric Yang
ed on secured), Slider has not implemented the > > ability to start as a different user. > > > > -Sumit > > > > From: Eric Yang > > Sent: Friday, February 20, 2015 9:23 AM > > To: dev@slider.incubator.apache.org &

Re: start service as another user

2015-02-20 Thread Ted Yu
ecured), Slider has not implemented the > ability to start as a different user. > > -Sumit > > From: Eric Yang > Sent: Friday, February 20, 2015 9:23 AM > To: dev@slider.incubator.apache.org > Subject: start service as another user >

Re: start service as another user

2015-02-20 Thread Sumit Mohanty
@slider.incubator.apache.org 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

start service as another user

2015-02-20 Thread Eric Yang
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