[jira] [Updated] (SLIDER-252) openssl support needs to handle file path differences between windows and linux

2014-07-23 Thread Sumit Mohanty (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Mohanty updated SLIDER-252: - Summary: openssl support needs to handle file path differences between windows and linux (was:

[jira] [Commented] (SLIDER-252) openssl support needs to handle file path differences between windows and linux

2014-07-23 Thread Jonathan Maron (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14071579#comment-14071579 ] Jonathan Maron commented on SLIDER-252: --- I don't think this is a path issue. Try

[jira] [Commented] (SLIDER-121) Convert Slider website to CMS

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

password handling

2014-07-23 Thread Billie Rinaldi
Accumulo requires a couple of sensitive pieces of information to be provided when it is starting up (including the Accumulo root user's password). Those are currently provided in the appConfig.json file. Hadoop common is adding a CredentialProvider (HADOOP-10607) that allows you to enter

[jira] [Updated] (SLIDER-45) Add ability for the agent to find the AppMaster location upon restart

2014-07-23 Thread Sumit Mohanty (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Mohanty updated SLIDER-45: Assignee: Gour Saha (was: Sumit Mohanty) Add ability for the agent to find the AppMaster location

[jira] [Updated] (SLIDER-69) Uber JIRA: Slider apps to withstand failures

2014-07-23 Thread Sumit Mohanty (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Mohanty updated SLIDER-69: Assignee: (was: Gour Saha) Uber JIRA: Slider apps to withstand failures

Re: What is the status used for?

2014-07-23 Thread Sumit Mohanty
status() is checked at certain intervals to check if the daemon started is up. The scenario being slider-agent is a process that starts your daemon - e.g. HBASE_REGIONSERVER. For example, you can use the PID of the daemon you started to see if the daemon is still running. So if a daemon goes down