[VOTE RESULTS] was: [VOTE] Release 0.6.0-rc1

2010-03-31 Thread Eric Evans
On Sun, 2010-03-28 at 11:02 -0500, Eric Evans wrote: > The 0.6.0 blockers are now out of the way and things are looking good. I > propose the following tag/artifacts for 0.6.0-rc1: > > SVN Tag: > https://svn.apache.org/repos/asf/cassandra/tags/cassandra-0.6.0-rc1 > 0.6.0-rc1 artifacts: http://peop

Re: Google SoC 2010

2010-03-31 Thread Pablo Cuadrado
Many thanks for the guidance Gabriele! This kind of feedback is just what you're talking about! On Wed, Mar 31, 2010 at 10:24 AM, gabriele renzi wrote: > On Wed, Mar 31, 2010 at 3:03 PM, Pablo Cuadrado > wrote: > > >  Please tell me if some kind of "formal" application is needed, I will >> ev

Re: Google SoC 2010

2010-03-31 Thread gabriele renzi
On Wed, Mar 31, 2010 at 3:03 PM, Pablo Cuadrado wrote: Please tell me if some kind of "formal" application is needed, I will > evaluate the needs, goals, possible solutions (servlet, REST, > whatsoever) and try to deliver a rough (I couldn't stress ROUGH > enough...) roadmap thinking on the fin

Re: Google SoC 2010

2010-03-31 Thread Pablo Cuadrado
Ok! That's new territory for me too. As for the simulator, it's also best to test monitoring on a *real* cluster, I have many machines around me all day... Thanks for the support! It's really encouraging. I'll be in touch. On Wed, Mar 31, 2010 at 10:16 AM, Gary Dusbabek wrote: > On Wed, Mar

Re: Google SoC 2010

2010-03-31 Thread Gary Dusbabek
On Wed, Mar 31, 2010 at 08:03, Pablo Cuadrado wrote: > > This is a great date to start thinking around, from April's 1st to 5th > we have the easter holidays down here, so a lot of free time. > > Please tell me if some kind of "formal" application is needed, I will > evaluate the needs, goals, pos

Re: Google SoC 2010

2010-03-31 Thread Pablo Cuadrado
Thanks! I was just taking a look at the polarrose for the JMX bridge (I used Cacti on one of my FreeBSD servers), and the diverse implementations of PHP clients I've found around the Thrift interface. I couldn't agree more, the first step is to figure out the client's communication layer. Which sh

Re: Google SoC 2010

2010-03-31 Thread Gary Dusbabek
Hi Pablo, You're free to take this anywhere you want. I've attached a few notes to the jira ticket that should get you pointed in the right direction. You might wish to start by familiarizing yourself with some of the management operations that are available (e.g. nodetool, use jconsole to see w

Re: Google SoC 2010

2010-03-31 Thread Pablo Cuadrado
I forgot to mention: I'm interested in the issue, even if it's "outside" the Google SoC! I would really like to push my skills to it. Anyway, in Argentina, SoC happens to be on winter. ;) On Wed, Mar 31, 2010 at 8:33 AM, Pablo Cuadrado wrote: > Hi! > > I would like to know more about the: "C

Google SoC 2010

2010-03-31 Thread Pablo Cuadrado
Hi! I would like to know more about the: "Create a dazzling web ui for Cassandra" issue, since, it fits my profile (IMHO). I'm a Computer Science undergraduate student in Rosario, Argentina; and I also run my own company (a "very small" business), which develops websites and mainly, web-based app

Re: Cassandra on top of B-Tree

2010-03-31 Thread Zhu Han
Good catch! it's the major drawback of JE that it is lack of on disk locality, if the internal node cannot put in RAM. BDB can provide such on disk locality. Seems like BDB JE can be an alternative of memtable + tablet log, BDB can be an alternative of SSTable. This is just general discussion.