You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2014/06/25 18:36:25 UTC

[jira] [Comment Edited] (CASSANDRA-7435) Add -D command-line parsing to Windows powershell launch scripts

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

Philip Thompson edited comment on CASSANDRA-7435 at 6/25/14 4:36 PM:
---------------------------------------------------------------------

The information missing from the verbose output is because I was using powershell which is not supported. It works fine in command prompt.


was (Author: philipthompson):
The information missing from the verbose output is because I was using powershell which is not supported. It works fine in command prompt. This is also not the correct behavior for changing logdir and storagedir as they should be changed directly in the configuration files.

> Add -D command-line parsing to Windows powershell launch scripts
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-7435
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7435
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Joshua McKenzie
>            Assignee: Joshua McKenzie
>            Priority: Trivial
>              Labels: Windows
>             Fix For: 2.1.1
>
>         Attachments: 7435_v1.txt, 7435_v2.txt
>
>
> Looks like there was an undocumented ability to pass in -D params to the JVM in the linux environment I missed while porting the logic over to Windows.
> {code:title=-D}
> -D)
>    properties="$properties -D$2"
>    shift 2
> ;;
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)