can't reproduce duplicate SELECT rows - CASSANDRA-2717

2011-07-05 Thread Joseph Stein
I tried to reproduce https://issues.apache.org/jira/browse/CASSANDRA-2717but not able to :( maybe already fixed from side affect change? =8^| It was my first time ever using CQL (took a few minutes to figure it out to download drivers as the way to access cqlsh>) so maybe I am just doing something

Re: thrift generated java changes

2011-07-02 Thread Joseph Stein
the only thing (well the license too of course) that the generation changed from what is in source besides my change required. On Sat, Jul 2, 2011 at 12:26 PM, Jake Luciani wrote: > 0.8 uses thrift 0.6 > > > > On Jul 2, 2011, at 11:40 AM, Joseph Stein wrote: > &g

thrift generated java changes

2011-07-02 Thread Joseph Stein
So I am working on https://issues.apache.org/jira/browse/CASSANDRA-2833 And when I generate the cassandra.thrift file I am getting weird results and differences Should I be modifying the CounterColumn.java by hand? I am using thrift 0.5.0 and doing thrift -gen java cassandra.thrift from the com

Re: CounterColumn as a double

2011-06-27 Thread Joseph Stein
1.321 is a big difference when you have billions of them so I think it goes back to my original idea/proposition. Any one have issue? any +1 ? should I create a JIRA and get to it? On Mon, Jun 27, 2011 at 7:39 PM, Joseph Stein wrote: > I will give that a shot, seems that it will w

Re: CounterColumn as a double

2011-06-27 Thread Joseph Stein
asis > is on using doubles in key strings, but it should cover what you > need). > > > > > > On Mon, Jun 27, 2011 at 7:13 PM, Joseph Stein wrote: > > So has anyone considered using the CounterColumn for summing? > > > > I wanted to-do this over the weekend

CounterColumn as a double

2011-06-27 Thread Joseph Stein
So has anyone considered using the CounterColumn for summing? I wanted to-do this over the weekend until I realized it was only a long :( so using it for things like duration (as an example for me this would have been great to keep track of aggregate durations of ad impressions) are not possible (

Re: No module named cql - nosetests test/system/

2011-06-27 Thread Joseph Stein
os/asf/cassandra/drivers; cd drivers/py; > python setup.py build; sudo python setup.py install > > On Mon, Jun 27, 2011 at 2:40 PM, Joseph Stein wrote: > > So this is probably the first of a few noob questions and I am happy to > > update the Wiki or try to help contribute fi

No module named cql - nosetests test/system/

2011-06-27 Thread Joseph Stein
So this is probably the first of a few noob questions and I am happy to update the Wiki or try to help contribute fixes (if it is not something stupid I am doing of course) as I learn the answers :) So by following the http://wiki.apache.org/cassandra/HowToContribute I am getting this error

Re: CASSANDRA-2495

2011-06-27 Thread Joseph Stein
gt; > -Jake > > On Fri, Jun 24, 2011 at 8:52 AM, Joseph Stein wrote: > > > https://issues.apache.org/jira/browse/CASSANDRA-2495 > > > > Is anyone working on this? If so can I help? If not would then I would > > like > > to contribute! > > > >

CASSANDRA-2495

2011-06-24 Thread Joseph Stein
https://issues.apache.org/jira/browse/CASSANDRA-2495 Is anyone working on this? If so can I help? If not would then I would like to contribute! I am going to jump into the code later tonight and start thinking about it because at some point this is going to really bite us Medialets what is the

New SecondaryIndex expression=IndexOperator.LIKE

2011-06-03 Thread Joseph Stein
Hey folks, I was contemplating having a LIKE type search on Secondary Indexes. LIKE_S, S_LIKE and S_LIKE_S (similiar to LIKE '%eg', 'eg% and '%eg%' I am not sure if this has already been discussed or even an existing JIRA or maybe something maybe I could contribute myself? It looks like the best