[jira] [Created] (SLIDER-1114) Provide option to launch components as different user(s)

2016-04-21 Thread Manoj Samel (JIRA)
Manoj Samel created SLIDER-1114: --- Summary: Provide option to launch components as different user(s) Key: SLIDER-1114 URL: https://issues.apache.org/jira/browse/SLIDER-1114 Project: Slider

[jira] [Commented] (SLIDER-1063) duplicated port allocation when slider.allowed.ports is set

2016-04-21 Thread Manoj Samel (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15253002#comment-15253002 ] Manoj Samel commented on SLIDER-1063: - Any update on this issue ? > duplicated port allocation when

Re: Need Help !: Run each component of application as different user

2016-04-21 Thread Manoj Samel
Forgot to mention some digging I did ... initially to check the status check failures ... In the component's python management script, for the status check call, I had the status use the check_process_status() function provided by slider and used in many examples ; like below ... def

Need Help !: Run each component of application as different user

2016-04-21 Thread Manoj Samel
Hi, See use case background below I have implemented option 2 mentioned below (as a C program deployed on nodes as setuid root binary). Need help in debugging issue I am seeing Without the setuid option, the execution is 1. Launch Slider AM as user "A" 2. Launch java component using command

Need help !: Run each component of application as different user

2016-04-21 Thread Manoj Samel
Hi, See use case background below I have implemented option 2 below. Need help in debugging issue I am seeing Without the setuid option, the execution is 1. Launch Slider AM as user "A" 2. Launch java component using command like "java -cp ". These run as user "A" as well With setuid