[jira] [Commented] (SLIDER-659) NPE in slider am-suicide if you don't provide a message

2014-11-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219517#comment-14219517 ] ASF subversion and git services commented on SLIDER-659: Commit

[jira] [Commented] (SLIDER-663) Make it easy to develop and deploy application packages that are essentially shell commands

2014-11-20 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219522#comment-14219522 ] Steve Loughran commented on SLIDER-663: --- + a URL to download a tarball from. ...you

[jira] [Commented] (SLIDER-494) Support for short-lived services

2014-11-20 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219534#comment-14219534 ] Steve Loughran commented on SLIDER-494: --- That could work. Some initial thoughts #

[jira] [Created] (SLIDER-666) Default configure method for apps

2014-11-20 Thread Billie Rinaldi (JIRA)
Billie Rinaldi created SLIDER-666: - Summary: Default configure method for apps Key: SLIDER-666 URL: https://issues.apache.org/jira/browse/SLIDER-666 Project: Slider Issue Type: Improvement

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)