[ 
https://issues.apache.org/jira/browse/CASSANDRA-5743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704344#comment-13704344
 ] 

Geert Schuring commented on CASSANDRA-5743:
-------------------------------------------

This is what my start and stop scripts look like on MacOS:

Start Script:
{quote}
export 
JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
./cassandra -p lock.pid
{quote}

Stop Script:
{quote}
kill `cat lock.pid` 
{quote}

Simple and effective.
                
> Create matching start and stop scripts
> --------------------------------------
>
>                 Key: CASSANDRA-5743
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5743
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Config
>    Affects Versions: 1.2.1
>            Reporter: Geert Schuring
>
> In my opinion there should be a matching set of start and stop scripts.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to