[ 
https://issues.apache.org/jira/browse/CASSANDRA-9777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Philip Thompson updated CASSANDRA-9777:
---------------------------------------
    Assignee: David Kua

> If you have a ~/.cqlshrc and a ~/.cassandra/cqlshrc, cqlsh will overwrite the 
> latter with the former
> ----------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-9777
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9777
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jon Moses
>            Assignee: David Kua
>              Labels: cqlsh
>
> If you have a .cqlshrc file, and a ~/.cassandra/cqlshrc file, when you run 
> `cqlsh`, it will overwrite the latter with the former.  
> https://github.com/apache/cassandra/blob/trunk/bin/cqlsh#L202
> If the 'new' path exists (~/.cassandra/cqlsh), cqlsh should either WARN or 
> just leave the files alone.
> {noformat}
> ~$ cat .cqlshrc
> [authentication]
> ~$ cat .cassandra/cqlshrc
> [connection]
> ~$ cqlsh
> ~$ cat .cqlshrc
> cat: .cqlshrc: No such file or directory
> ~$ cat .cassandra/cqlshrc
> [authentication]
> ~$
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to