Re: Error when set memtable_troughput with Cassandra-CLI

2011-07-27 Thread Jeremy Hanna
Try help on the CLI for how to do it, specifically "help update column family;" It looks like you're missing the "with." update column family columnfamily2 memtable_throughput=155; should be update column family columnfamily2 with memtable_throughput=155; On Jul 27, 2011, at 12:49 PM, lebron j

Re: Error when set memtable_troughput with Cassandra-CLI

2011-07-27 Thread lebron james
sorry, i dont understand, what right syntax to set memtable_throughput? >

Re: Error when set memtable_troughput with Cassandra-CLI

2011-07-27 Thread Adi
typo in >> memtable_troughput "update column family columnfamily2 memtable_troughput=155;" "update column family columnfamily2 memtable_throughput=155;" On Wed, Jul 27, 2011 at 9:59 AM, lebron james wrote: > Hi! > Need set memtable_troughput for cassandra > I try do this with help cassandra-cl

Error when set memtable_troughput with Cassandra-CLI

2011-07-27 Thread lebron james
Hi! Need set memtable_troughput for cassandra I try do this with help cassandra-cli by write this command "update column family columnfamily2 memtable_troughput=155;" but i get error "missing EOF at memtable_troughput" help! how i can set attribute memtable_troughput?