Anybody in group got into such issues?
-Vivek
On Fri, Oct 19, 2012 at 3:28 PM, Vivek Mishra wrote:
> Ok. I did assume the same, here is what i have tried to fetch composite
> columns via thrift and CQL query as well!
>
> Not sure why thrift API is returning me column name as empty! (Tried with
Ok. I did assume the same, here is what i have tried to fetch composite
columns via thrift and CQL query as well!
Not sure why thrift API is returning me column name as empty! (Tried with
Cassandra 1.1.5)
Here is the program:
/
>> Yes, i understand that. Reason why i am asking is, with this i need to split
>> them to get actual column name using ":" as a seperator.
The ":" is a artefact of the cassandra-cli, nothing something you will have to
deal with via the thrift API. Internally we do not store the values with ":"
s
> Yes, i understand that. Reason why i am asking is, with this i need to split
> them to get actual column name using ":" as a seperator.
> Though i did not try it yet, but wondering if column name is like
> "alliance:movement", then how do it compute it?
You've lost me, sorry.
--
Sylvain
>
>
>
Yes, i understand that. Reason why i am asking is, with this i need to
split them to get actual column name using ":" as a seperator.
Though i did not try it yet, but wondering if column name is like
"alliance:movement", then how do it compute it?
On Wed, Oct 17, 2012 at 1:04 PM, Sylvain Lebresne
On Wed, Oct 17, 2012 at 3:17 AM, Vivek Mishra wrote:
> column name will be "2012-07-24:2:alliance_involvement" or
> "alliance_involvement"?
The former. Though let's clarify that
"2012-07-24:2:alliance_involvement" is the string representation of a
composite name (i.e. one compatible with Composit
column name will be "2012-07-24:2:alliance_involvement" or
"alliance_involvement"?
-Vivek
On Tue, Oct 16, 2012 at 10:25 PM, Sylvain Lebresne wrote:
> On Tue, Oct 16, 2012 at 12:31 PM, Vivek Mishra
> wrote:
> > Thanks Sylvain. I missed it. If i try to access these via thrift API,
> what
> > will
On Tue, Oct 16, 2012 at 12:31 PM, Vivek Mishra wrote:
> Thanks Sylvain. I missed it. If i try to access these via thrift API, what
> will be the column names?
I'm not sure I understand the question. The cli output is pretty much
what you get via the thrift API.
--
Sylvain
Thanks Sylvain. I missed it. If i try to access these via thrift API, what
will be the column names?
-Vivek
If i try to access this row via thrift API, what would be the column names
returned?
On Tue, Oct 16, 2012 at 3:52 PM, Sylvain Lebresne wrote:
> On Tue, Oct 16, 2012 at 11:57 AM, Vivek Mish
On Tue, Oct 16, 2012 at 11:57 AM, Vivek Mishra wrote:
> ---
> RowKey: Jayne Cobb
> => (column=2012-07-24:2:alliance_involvement, value=false,
> timestamp=135038100502)
> => (column=2012-07-24:2:energy_used, value=4.6, timestamp=1350381005020001)
>
>
> Not sure, why is it not ge
10 matches
Mail list logo