Re: removing all column metadata via CLI

2011-09-02 Thread Jonathan Ellis
Then you'll want to create an issue: https://issues.apache.org/jira/browse/CASSANDRA On Fri, Sep 2, 2011 at 10:08 AM, Radim Kolar wrote: >> Is this 0.8.4? > yes > > -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of DataStax, the source for professional Cassandra support http://w

Re: removing all column metadata via CLI

2011-09-02 Thread Radim Kolar
> Is this 0.8.4? yes

Re: removing all column metadata via CLI

2011-09-02 Thread Jonathan Ellis
Is this 0.8.4? 2011/9/2 Radim Kolar : > I cant find way how to remove all columns definitions without CF > import/export. > > [default@int4] update column family sipdb with column_metadata = []; > Syntax error at position 51: required (...)+ loop did not match anything at > input ']' > > [default@

removing all column metadata via CLI

2011-09-02 Thread Radim Kolar
I cant find way how to remove all columns definitions without CF import/export. [default@int4] update column family sipdb with column_metadata = []; Syntax error at position 51: required (...)+ loop did not match anything at input ']' [default@int4] update column family sipdb with column_meta