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 2011/02/14 20:31:58 UTC

[jira] Resolved: (CASSANDRA-1562) Create keyspace example in the help menu of the command line client doesn't work

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

Jonathan Ellis resolved CASSANDRA-1562.
---------------------------------------

    Resolution: Duplicate

fixed by 0.7.0 final

> Create keyspace example in the help menu of the command line client doesn't work
> --------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1562
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1562
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7 beta 1
>            Reporter: Mingfai Ma
>            Priority: Minor
>
> For the nightly build, the "create keyspace" command from the help doesn't work. 
> {code}
> create keyspace foo with replication_factor = 1 and  placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy' 
> {code}
> replication factor is changed to 1 to allow simple local testing. The command results as:
> {quote}
> line 1:73 mismatched input ''org.apache.cassandra.locator.SimpleStrategy'' expecting IntegerLiteral
> 816169c8-ccc6-11df-af0c-6d517e313560
> {quote}
> "describe keyspace foo" shows there is no placement strategy. 
> If the order of attributes are swapped, i.e.
> {code}
> create keyspace foo with placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy' and replication_factor = 1 
> {code}
> there won't be error message but the keyspace still won't be created with any placement strategy.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira