Re:

2012-09-27 Thread Andre Tavares
k for you. > > -Vivek > > > > On Thu, Sep 27, 2012 at 7:22 PM, Andre Tavares wrote: > >> >> Hi community, >> >> I have a question: I need to do a search on a CF that has over 200 >> million rows to find an User key. >> >> To find t

Re: ColumnFamilyInputFormat - error when column name is UUID

2012-10-29 Thread Andre Tavares
Marcelo, das vezes q tive este problema geralmente era porque o valor UUID sendo tratado para o cassandra não correspondia a um valor "exato" em UUID, para isso utilizava bastante o UUID.randomUUID() (para gerar um UUID valido) e UUID.fromString("081f4500-047e-401c-8c0b-a41fefd099d7") - este para

InvalidRequestException: Start key's token sorts after end token

2013-04-17 Thread Andre Tavares
Hi, I am getting an exception when I run Hadoop with Cassandra that follows: WARN org.apache.hadoop.mapred.Child (main): Error running child java.lang.RuntimeException: InvalidRequestException(why:Start key's token sorts after end token) at org.apache.cassandra.hadoop.ColumnFamilyRecordReader$Wid

Re: InvalidRequestException: Start key's token sorts after end token

2013-04-17 Thread Andre Tavares
; I literally jut replied to your stackoverflow comment then saw this email. > I need the whole stack trace. My guess is the ColFamily is configured for > one sort method where map/reduce is using another or something when > querying but that's just a guess. > > Dean > > F

Re: InvalidRequestException: Start key's token sorts after end token

2013-04-18 Thread Andre Tavares
was doing a column slice > within a row set and the columns are sorted by Integer while priam is > passing in UTF8 or vice-versa. Ie. Do we know if this is a column sorting > issue or a row one? > > Dean > > From: Andre Tavares > mailto:andre...@gmail.com > >> > Reply-