You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jan Kantert (JIRA)" <ji...@apache.org> on 2010/02/20 19:32:28 UTC

[jira] Commented: (CASSANDRA-738) cassandra-cli parsing error

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

Jan Kantert commented on CASSANDRA-738:
---------------------------------------

I experienced exactly the same problem. Setup as described in http://wiki.apache.org/cassandra/GettingStarted.

> cassandra-cli parsing error
> ---------------------------
>
>                 Key: CASSANDRA-738
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-738
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.5
>            Reporter: Johan Hilding
>            Priority: Minor
>
> Steps to reproduce:
> 1. Download the 0.5 release
> 2. Start Cassandra
> 3. Start cassandra-cli
> 4. Execute "set foo.bar['toot']='balls'"
> Expected output:
> An error message telling me I'm not doing it right.
> Actual output:
> cassandra> set foo.bar['toot']='balls'
> Exception in thread "main" java.lang.AssertionError: serious parsing error (this is a bug).
> 	at org.apache.cassandra.cli.CliClient.executeSet(CliClient.java:367)
> 	at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:63)
> 	at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:131)
> 	at org.apache.cassandra.cli.CliMain.main(CliMain.java:172)
> Perhaps this is related to https://issues.apache.org/jira/browse/CASSANDRA-615 in a non-direct way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.