You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2014/05/02 01:20:17 UTC

[jira] [Commented] (CASSANDRA-7136) Change default paths to ~ instead of /var

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

Jonathan Ellis commented on CASSANDRA-7136:
-------------------------------------------

There's a few minor niggles here:

# We don't want to just use ./ since that will do different things depending on cwd when user invokes bin/cassandra, but 
# I'm pretty sure Java won't convert ~ notation into The Right Thing, especially on Windows.  So if we want it to Just Work out of the box, we might need to say, "leave it blank for us to programmatically determine your home directory."
# The debian package won't be able to just use cassandra.yaml from the tree; we'll need to sed /var/ paths back in

> Change default paths to ~ instead of /var
> -----------------------------------------
>
>                 Key: CASSANDRA-7136
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7136
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>             Fix For: 2.1.0
>
>
> Defaulting to /var makes it more difficult for both multi-user systems and people unfamiliar with the command line.



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