Re: [VOTE] 0.4 RC1

2009-09-02 Thread Arin Sarkissian
+1 On Wed, Sep 2, 2009 at 12:24 PM, Ian Holsman wrote: > +1 > On Sep 3, 2009, at 2:45 AM, Toby DiPasquale wrote: > >> On Wed, Sep 2, 2009 at 11:44 AM, Jonathan Ellis wrote: >>> >>> We've fixed a lot of bugs from our beta release and Digg is now >>> running 0.4 in production.  I think we're ready t

Re: lazyboy does not work with cassandra

2009-08-24 Thread Arin Sarkissian
Did you compile the cassandra.thrift file and make sure the generated files are in PYTHONPATH? arin On Mon, Aug 24, 2009 at 9:20 PM, wrote: >  lazyboy does not work with cassandra > python columnfamily.pyTraceback (most recent call last): >  File "columnfamily.py", line 18, in >    from lazyboy

Re: [VOTE] Change data model names for 0.5

2009-08-24 Thread Arin Sarkissian
without an awesome alternative -1 Arin On Mon, Aug 24, 2009 at 1:27 PM, Anthony Molinaro wrote: > +1 > > On Mon, Aug 24, 2009 at 12:29:15PM -0700, Evan Weaver wrote: >> Resolved, that the data model names should be changed in Cassandra 0.5. >> >> Evan >> >> PS. Committers have the most weight, bu

Re: Data model names, reloaded

2009-08-21 Thread Arin Sarkissian
I think this proposal is sound. but im still not voting "yes" on changing all the naming. but, ya, this proposal is much better than all the rest ive heard Arin On Fri, Aug 21, 2009 at 11:36 AM, Evan Weaver wrote: > I think the below scheme successfully avoids the current > misconceptions, and a

Re: Fixing the data model names

2009-08-12 Thread Arin Sarkissian
Row? What are you guys referring to as a row? no - this isnt a joke Arin On Wed, Aug 12, 2009 at 9:39 PM, Evan Weaver wrote: > PS. How's Avro these days? Or could we patch Thrift? Haven't looked at > the internals but assume they're scary. > > On Thu, Aug 13, 2009 at 12:23 AM, Evan Weaver wrote:

Re: Fixing the data model names

2009-08-11 Thread Arin Sarkissian
well, if we do a delicious clone at least we won't have to worry about making it look good ;-) Hit me up on IRC. We can coordinate Arin On Tue, Aug 11, 2009 at 11:06 PM, Curt Micol wrote: > On Wed, Aug 12, 2009 at 1:40 AM, Arin Sarkissian wrote: >> Mark I can work on that with you

Re: [vote] 0.4.0 beta 1

2009-08-11 Thread Arin Sarkissian
+1 from me as well On Tue, Aug 11, 2009 at 6:13 PM, Jun Rao wrote: > +1 for getting the beta out. > > Jun > IBM Almaden Research Center > K55/B1, 650 Harry Road, San Jose, CA 95120-6099 > > jun...@almaden.ibm.com > > > Jonathan Ellis ---08/11/2009 01:45:33 PM---Hi all, Cassandra 0.4 is feature > c

Re: Fixing the data model names

2009-08-11 Thread Arin Sarkissian
at creating a new > page that includes examples if that would be useful. > > On Tue, Aug 11, 2009 at 10:34 PM, Arin Sarkissian wrote: >> I agree that the names are pretty horrible for a newbie... >> >> I'll echo the concerns that the RDBMS vernacular messes with a

Re: Fixing the data model names

2009-08-11 Thread Arin Sarkissian
I agree that the names are pretty horrible for a newbie... I'll echo the concerns that the RDBMS vernacular messes with a newcomer's head. I feel like the words "Row" and "Column" are way too loaded since most people have an RDBMS background... BUT In the BigTable paper we've got the term "Column

Re: EOFException in get_slice_super_by_names

2009-07-31 Thread Arin Sarkissian
I think we ran into this a few days ago. If I'm not mistaken it had to do with us using an old on disk DB against new code. (maybe some serialization changed or something) Trashing the DB and starting over worked fine. Arin On Fri, Jul 31, 2009 at 2:32 PM, Jonathan Ellis wrote: > If you can give