Re: two dimensional slicing

2012-01-29 Thread aaron morton
> and compare them, but at this point I need to focus on one to get > things working, so I'm trying to make a best initial guess. I would go for RP then, BOP may look like less work to start with but it *will* bite you later. If you use an increasing version number as a key you will get a hot spo

Re: Thift vs. CQL

2012-01-29 Thread aaron morton
Someone who knows more that me said the opposite and I did not want to appear to know more than I do. To be clear I don't know of any plans to kill of Thrift. It was late night opinion. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On

Re: Restart cassandra every X days?

2012-01-29 Thread aaron morton
Yes but… For every upgrade read the NEWS.TXT it will go through the upgrade procedure in detail. If you want to feel extra smart scan through the CHANGES.txt to get an idea of whats going on. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com

RE: rpc_address: 0.0.0.0

2012-01-29 Thread Frisch, Michael
If the code in the 0.8 branch is reflective of what is actually included in Cassandra 0.8.9 (here: http://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/hadoop/ColumnFamilyInputFormat.java) then the problem is that line 202 is doing an == comparison on st

Any tools like phpMyAdmin to see data stored in Cassandra ?

2012-01-29 Thread Ertio Lew
I have tried Sebastien's phpmyAdmin For Cassandra to see the data stored in Cassandra in the same manner as phpMyAdmin allows. But since it makes assumptions about the datatypes of the column name/column value & doesn't allow to configure the da

RE: Any tools like phpMyAdmin to see data stored in Cassandra ?

2012-01-29 Thread Frisch, Michael
OpsCenter? http://www.datastax.com/products/opscenter - Mike From: rajkumar@gmail.com [rajkumar@gmail.com] on behalf of Ertio Lew [ertio...@gmail.com] Sent: Sunday, January 29, 2012 4:26 PM To: user Subject: Any tools like phpMyAdmin to see data stored i

RE: SQL DB Integration

2012-01-29 Thread Krassimir Kostov
Hi Viktor, Thanks for the comments. True, the characteristics that I outlined were general, just to give a background/context to the problem I’m trying to solve. Will address more specific questions when it comes to designing and implementing the data storage solution and the API to do the

Re: Any tools like phpMyAdmin to see data stored in Cassandra ?

2012-01-29 Thread Ertio Lew
On Mon, Jan 30, 2012 at 7:16 AM, Frisch, Michael wrote: > OpsCenter? > > http://www.datastax.com/products/opscenter > > - Mike > > > I have tried Sebastien's phpmyAdmin For > Cassandra to > see the data stored in Cassandra in the same mann

Re: two dimensional slicing

2012-01-29 Thread Terje Marthinussen
On Sun, Jan 29, 2012 at 7:26 PM, aaron morton wrote: > and compare them, but at this point I need to focus on one to get > things working, so I'm trying to make a best initial guess. > > I would go for RP then, BOP may look like less work to start with but it > *will* bite you later. If you use an

Re: rpc_address: 0.0.0.0

2012-01-29 Thread Patrik Modesto
Thanks! I've created ticked https://issues.apache.org/jira/browse/CASSANDRA-3811 Regards, P. On Sun, Jan 29, 2012 at 20:00, Frisch, Michael wrote: > If the code in the 0.8 branch is reflective of what is actually included in > Cassandra 0.8.9 (here: > http://svn.apache.org/repos/asf/cassandra