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
