Re: Describe keyspace output

2010-11-08 Thread Jonathan Ellis
The extra line was fixed for http://issues.apache.org/jira/browse/CASSANDRA-1712 On Mon, Nov 8, 2010 at 5:09 PM, Dmitri Smirnov wrote: > On 11/08/2010 11:40 AM, Aaron Morton wrote: >> >> Dmitri, >> Not exactly sure which two lines you are referring to to but... >> >> "Subcolumns sorted by: org.ap

Re: Describe keyspace output

2010-11-08 Thread Dmitri Smirnov
On 11/08/2010 11:40 AM, Aaron Morton wrote: Dmitri, Not exactly sure which two lines you are referring to to but... "Subcolumns sorted by: org.apache.cassandra.db.marshal.LongType" - means the column name on the second level of columns in your Super Column Family will be sorted as Long integer

Re: Describe keyspace output

2010-11-08 Thread Aaron Morton
Dmitri,Not exactly sure which two lines you are referring to to but..."Subcolumns sorted by: org.apache.cassandra.db.marshal.LongType" - means the column name on the second level of columns in your Super Column Family will be sorted as Long integers. and "A long is exactly 8 bytes:" Looks like an e

Describe keyspace output

2010-11-08 Thread Dmitri Smirnov
I have created a CF with the following: create column family CFam with column_type = 'Super' and comparator = 'LongType' and subcomparator = 'UTF8Type' and comment = 'List of Tests Super Family' and column_metadata=[{ column_name:cell, validation_class:IntegerType}, { column_name:'created_by',