Re: Exception while writing compsite column names

2013-07-21 Thread Nate McCall
a? > > > > Thanks and Regards > > Anand > > > > From: Vivek Mishra [mailto:mishra.v...@gmail.com] > Sent: Thursday, July 18, 2013 1:24 PM > > > To: user@cassandra.apache.org > Subject: Re: Exception while writing compsite column names > > > >

RE: Exception while writing compsite column names

2013-07-18 Thread ANAND_BALARAMAN
andra.apache.org> Subject: Re: Exception while writing compsite column names Looks like validation class for composite column value is different than UTF8Type? Though code suggests it is: composite.addComponent("TEXT1", StringSerializer.get()); Please validate. -

Re: Exception while writing compsite column names

2013-07-18 Thread Vivek Mishra
I need to check the code. > > Do you suspect the column family definition? > > > > -Anand > > > > *From:* Vivek Mishra [mailto:mishra.v...@gmail.com] > *Sent:* Thursday, July 18, 2013 11:29 AM > *To:* user@cassandra.apache.org > *Subject:* Re: Exception

RE: Exception while writing compsite column names

2013-07-18 Thread ANAND_BALARAMAN
: Re: Exception while writing compsite column names Looks like validation class for composite column value is different than UTF8Type? Though code suggests it is: composite.addComponent("TEXT1", StringSerializer.get()); Please validate. -Vivek On Thu, Jul 18, 2013

Re: Exception while writing compsite column names

2013-07-18 Thread Vivek Mishra
Looks like validation class for composite column value is different than UTF8Type? Though code suggests it is: composite.addComponent("TEXT1", StringSerializer.get()); Please validate. -Vivek On Thu, Jul 18, 2013 at 7:41 PM, wrote: > Hi > > > > I have an issue while inserting a compos