Re: Binary memory table flush question

2010-03-01 Thread Sonny Heer
After I moved the create column family to happen only once for each column family, I now get too much data ingested. It's almost like it isn't putting it in the correct rows. can someone explain what the below method is doing? public static Message createMessage(String Keyspace, String Key,

Re: Binary memory table flush question

2010-02-26 Thread Sonny Heer
I believe the problem is because of the create. I wasn't sure what exactly that method was doing, now i do :) Thanks. On Fri, Feb 26, 2010 at 3:32 PM, Sonny Heer wrote: > Hey, > > I have an application which is iterating over a directory with text > files in it.  For each document it is ingestin

Binary memory table flush question

2010-02-26 Thread Sonny Heer
Hey, I have an application which is iterating over a directory with text files in it. For each document it is ingesting words as keys, and the docid as the column name with column value empty (no super columns). Below is the code I'm using to construct a key and column: ColumnFamily cf = Column