Re: Error installing Cassandra from package on Ubuntu

2010-03-03 Thread Hernan Badenes
Beier, This may help: http://daily-hacking.blogspot.com/2009/06/nopubkey-during-apt-get-update.html (Also: It would be a good idea to add this to the wiki.) Regards, Hernan. From: Beier Cai beier...@gmail.com To: cassandra-user@incubator.apache.org Date: 03/03/2010 07:26 AM Subject: Error

Re: full text search

2010-02-25 Thread Hernan Badenes
My (very brief) testing of Lucandra over Cassandra 0.5 showed it uses different rows for every term, requiring to do a large number of insert() calls per document added. This was way too slow for my purposes Do you know if anything has changed? (the schema, or if it uses some newer api

AUTO: Hernan Badenes is out of the office (returning 02/07/2010)

2010-02-04 Thread Hernan Badenes
I am out of the office until 02/07/2010. For any urgent matter, please contact Julian Ariel Cerruti/Argentina/IBM Note: This is an automated response to your message Adding new nodes sent on 5/2/10 1:52:47. This is the only notification you will receive while this person is away.

Re: Tuning and upgrades

2010-01-14 Thread Hernan Badenes
I think you also need to upgrade your thrift jar, since the version in 0.5 is different. And this brings a change in enums, which are no longer plain int values but classes. Constructors of most thrift-generated classes also change (e.g. new ColumnPath(cf, null, colName) - new

Re: Tuning and upgrades

2010-01-14 Thread Hernan Badenes
Date: 01/14/2010 10:42 AM Subject: Re: Tuning and upgrades This is not correct. ConsistencyLevel was already an enum in 0.4, and the constructors don't change until the release after 0.5. On Thu, Jan 14, 2010 at 7:10 AM, Hernan Badenes hbade...@ar.ibm.com wrote: I think you also need

AUTO: Hernan Badenes is out of the office (returning 11/15/2009)

2009-11-11 Thread Hernan Badenes
I am out of the office until 11/15/2009. For any urgent matter, please contact Julian Ariel Cerruti/Argentina/IBM Note: This is an automated response to your message Re: Get_slice with super column sent on 11/11/09 5:07:19. This is the only notification you will receive while this person is

Re: PhpMyAdmin-like Cassandra Client

2009-10-05 Thread Hernan Badenes
Johannes, I had a similar concern and worked on a small browser, on which you can currently browse and open columns (for our own usage, it has some features oriented to columns storing JSON data), and do some minimal updates (inserts/deletes). It is web-based, written on Python. Current code and