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

Eranda Sooriyabandara commented on CASSANDRA-1562:
--------------------------------------------------

I try to track on this problem and stopped at 
org.apache.cassandra.cli.CliClient in the method executeAddKeySpace. I tried 
and still cannot figure it out where this method call to 
(thriftClient.system_add_keyspace(updateKsDefAttributes(statement, ksDef)) ) ) 
. If you can support me on this that would be great.
thanks

> 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

        

Reply via email to