more about the new changes in C* 2.1
Thanks
Yong
From: danc...@coursera.org
Date: Wed, 10 Jun 2015 09:11:02 -0700
Subject: Re: Deserialize the collection type data from the SSTable file
To: java8...@hotmail.com
CC: user@cassandra.apache.org
Hi Yong,
Glad the code was helpful. I believe it seria
heck to avoid that, as any regular columns in
> Cassandra could just have NULL value.
>
> Thanks
>
> Yong
>
> ----------
> From: danc...@coursera.org
> Date: Mon, 8 Jun 2015 15:13:02 -0700
> Subject: Re: Deserialize the collection type data from the SSTable file
>
t have NULL value.
Thanks
Yong
From: danc...@coursera.org
Date: Mon, 8 Jun 2015 15:13:02 -0700
Subject: Re: Deserialize the collection type data from the SSTable file
To: user@cassandra.apache.org
I'm not sure why sstable2json doesn't work for collections, but if you're into
readin
I'm not sure why sstable2json doesn't work for collections, but if you're
into reading raw sstables we use the following code with good success:
https://github.com/coursera/aegisthus/blob/77c73f6259f2a30d3d8ca64578be5c13ecc4e6f4/aegisthus-hadoop/src/main/java/org/coursera/mapreducer/CQLMapper.java
Hi, Cassandra users:
I have a question related to how to Deserialize the new collection types data
in the Cassandra 2.x. (The exactly version is C 2.0.10).
I create the following example tables in the CQLSH:
CREATE TABLE coupon ( account_id bigint, campaign_id uuid,
,
Hi, Cassandra users:
I have a question related to how to Deserialize the new collection types data
in the Cassandra 2.x. (The exactly version is C 2.0.10).
I create the following example tables in the CQLSH:
CREATE TABLE coupon ( account_id bigint, campaign_id uuid,
,