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
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
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:
>
>
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
);
}
}
}
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
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