Re: ConfigurationException: Nonsensical empty parameter list for CompositeType

2011-10-21 Thread Vitaly Vengrov
ce Developer > @aaronmorton > http://www.thelastpickle.com > > On 21/10/2011, at 5:31 AM, Vitaly Vengrov wrote: > > Hi all. > > I am using cassandra 1.0.0. > I created a keyspace with all the column family definitions at runtime and > it works fine until I stop and then

ConfigurationException: Nonsensical empty parameter list for CompositeType

2011-10-20 Thread Vitaly Vengrov
Hi all. I am using cassandra 1.0.0. I created a keyspace with all the column family definitions at runtime and it works fine until I stop and then restart the cassandra server. During it's startup I see this error in the cassandra log : ERROR 16:22:16,977 Exception encountered during startup java

KeyRange in the CoumnFamilyInputFormat

2011-09-05 Thread Vitaly Vengrov
Hi guys. See these rows in the ColumnFamilyInputFormat.getSplits method : assert jobKeyRange.start_key == null : "only start_token supported"; assert jobKeyRange.end_key == null : "only end_token supported"; So, the question is why start_key and end_key aren't sup