Re: help required to resolve super column family problems

2012-08-26 Thread Aaron Turner
On Sun, Aug 26, 2012 at 9:28 PM, Amit Handa wrote: > Hi, > > i basically want to do hands-on on Super Column family concept, making some > examples using hector api, and manually adding the data. > I explored hector-example project, but only got very starting level of super > column family example

Re: help required to resolve super column family problems

2012-08-26 Thread Amit Handa
Hi, i basically want to do hands-on on Super Column family concept, making some examples using hector api, and manually adding the data. I explored hector-example project, but only got very starting level of super column family example. i am in search of more super column family examples using hec

Re: help required to resolve super column family problems

2012-08-24 Thread Mohit Anchlia
If you are starting out new use composite column names/values or you could also use JSON style doc as a column value. On Fri, Aug 24, 2012 at 2:31 PM, Rob Coli wrote: > On Fri, Aug 24, 2012 at 4:33 AM, Amit Handa wrote: > > kindly help in resolving the following problem with respect to super >

Re: help required to resolve super column family problems

2012-08-24 Thread Rob Coli
On Fri, Aug 24, 2012 at 4:33 AM, Amit Handa wrote: > kindly help in resolving the following problem with respect to super column > family. > i am using cassandra version 1.1.3 Well, THERE's your problem... ;D But seriously.. as I understand project intent, super columns will ultimately be a weir

Re: help required to resolve super column family problems

2012-08-24 Thread Guillermo Winkler
Hi Amit, > 1) how to manually add data into it using cassandra-cli. i tried this > type, but got the error: > set UserMovies['user1']['userid'] = 'USER-1'; > but got error message: *Column family movieconsumed may only contain > SuperColumns* > I can't really see why you need a SC here

help required to resolve super column family problems

2012-08-24 Thread Amit Handa
hi, kindly help in resolving the following problem with respect to super column family. i am using cassandra version 1.1.3 i created two super families namely "UserMovies" and "movieSimilarity" in cassandra using cassandra-cli: *create column family movieSimilarity with column_type = 'Super' and ke