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
&
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
>
@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
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