cassandra-2.0.9 sstable2json ignoring “ss” in timestamp

2015-05-08 Thread Arindam Bose
json data: ["updatedtimestamp","2013-10-17 *10:35*-0700",1382031302954000] *as I expect:* cql column definition: updatedtimestamp timestamp cql value:2013-10-17 10:35:23-0700 json data: ["updatedtimestamp","2013-10-17 *10:35:23* -0700",1382031302954000] whats the issue in

cassandra compositetype comparator split not returning column name (for clustering key column)

2015-01-26 Thread Arindam Bose
rk ck_0 ... ck_{i-1} ck_{i+1} ck_n * where rk is the row key of the initial cell and i == columnDef.componentIndex. */ Regards, Arindam Bose +1 469-231-3862

Re: ISSUE: Cassandra Custom Secondary Index reading CQLType collection values

2014-08-28 Thread Arindam Bose
definition that the value would be of type Int32Type. Or I would have to do the instanceOf to match with every possibility. Regards, Arindam Bose +1 469-231-3862 Dallas, TX On Wed, Aug 27, 2014 at 4:54 PM, Tyler Hobbs wrote: > On Wed, Aug 27, 2014 at 3:28 PM, Arindam Bose > wrote: > >

Re: ISSUE: Cassandra Custom Secondary Index reading CQLType collection values

2014-08-27 Thread Arindam Bose
fName, Calendar.getInstance().getTimeInMillis()); ColumnFamily cf = baseCfs.getColumnFamily(qf); Regards, Arindam Bose +1 469-231-3862 On Wed, Aug 27, 2014 at 1:04 PM, Tyler Hobbs wrote: > Maps (and other collections) are stored in multiple cells, one cell

Re: ISSUE: Cassandra Custom Secondary Index reading CQLType collection values

2014-08-27 Thread Arindam Bose
); } } } But I am not getting the values in the persisted in the Map. It says *"Not enough bytes to read a map"* Is there anyone who can help? Regards, Arindam Bose On Wed, Aug 27, 2014 at 11:21 AM, Arindam Bose wrote: > Hello, > > I need some help in reading CQL3

ISSUE: Cassandra Custom Secondary Index reading CQLType collection values

2014-08-27 Thread Arindam Bose
27;value1'}); Then in my custom class I am trying to read mymap Cell.value() and deserialize the ByteBuffervalue to get the full map content. But I am not getting the values as persisted in the mymap Column within Cassandra. Is there anyone who can help? Regards, Arindam Bose