On Fri, Jan 14, 2011 at 6:04 PM, Karin Kirsch <karin.kir...@explido.de>wrote:

> Hello,
>
> I'm new to cassandra. I'm using cassandra release 0.7.0 (local, single
> node). I can't perform write operations in case the column and supercolumn
> families have
> different comparator types. For example if I use the code given in Issue:
> https://issues.apache.org/jira/browse/CASSANDRA-1712 by Jonathan Ellis in
> the CLI, I get the following output:
>
> [default@Keyspace1] create keyspace KS1
> 8bb2fc2d-1fcb-11e0-add0-a9c93d38c544
> [default@Keyspace1] use KS1
> Authenticated to keyspace: KS1
> [default@KS1] create column family CFCli with column_type= 'Super' and
> comparator= 'LongType' and subcomparator='UTF8Type'
> 97742bbe-1fcb-11e0-add0-a9c93d38c544
> [default@KS1] set CFCli['newrow'][1234567890]['column'] = 'value'
> 'column' could not be translated into a LongType.
>

I had 0.7-rc-2 installed, on which your code given above worked fine.

I then setup cassandra 0.7.0 just to be sure and there also it worked fine
for me.



                                                      <#>
<#>
<#>       <#>

Reply via email to