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

Aaron Morton commented on CASSANDRA-2008:
-----------------------------------------

To be clear, I am not using conf/cassandra.yaml as the source of online help 
for cassandra-cli. 

I'm adding a file called o.a.c.cli.CliHelp.yaml to the cassandra jar as a non 
code resource. The sole purpose of this file is to store the online help for 
the cli. It is organised around the antlr nodes as defined in the grammer (as 
the existing code does). 

In the CliHelp.yaml file I'm using literal yaml strings to hold the help 
contents.  

> CLI help incorrect in places
> ----------------------------
>
>                 Key: CASSANDRA-2008
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2008
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.0
>            Reporter: Aaron Morton
>            Assignee: Aaron Morton
>            Priority: Trivial
>             Fix For: 0.7.2
>
>
> Found some errors in the CLI help, such as these for create column family.
> - memtable_operations: Flush memtables after this many operations
> - memtable_throughput: ... or after this many bytes have been written
> - memtable_flush_after: ... or after this many seconds
> Should be millions of ops, MB's written and minutes not seconds.  Have 
> confirmed thats how the values are used. Will check all the help. 

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

        

Reply via email to