unsubscribe

2011-08-10 Thread Peter Minearo
Peter Minearo Sr. Software Engineer Rearden Commerce 1051 E Hillsdale Blvd, Sixth Floor Foster City CA 94404 Office: 650 212 8469 Cell: 541 255 8296 YahooIM: pexer83 Bullfight critics ranked in rows Crowd the enormous Plaza full But only one is there who knows And he's the man who f

RE: CRUD test

2010-07-26 Thread Peter Minearo
lly about using >> >> them consistently in every case. The [row] key (or [row] key >> >> range) is a top-level argument for all of the operations, since it >> >> is the "key" to mapping the set of responsible nodes. The key is >> >> the

RE: CRUD test

2010-07-23 Thread Peter Minearo
)); client.remove(KEYSPACE, "hotel", cp2, System.currentTimeMillis(), ConsistencyLevel.ONE); -Original Message- F

RE: CRUD test

2010-07-23 Thread Peter Minearo
encyLevel.ALL); -Original Message- From: Peter Minearo [mailto:peter.mine...@reardencommerce.com] Sent: Friday, July 23, 2010 2:14 PM To: user@cassandra.apache.org Subject: RE: CRUD test Interesting!! Let me rephrase to make sure I understood what is going on: When Inserting data via

RE: CRUD test

2010-07-23 Thread Peter Minearo
rg Subject: Re: CRUD test Correct. After the initial insert, cassandra> get Keyspace1.Super2['name'] => (super_column=hotel, (column=Best Western, value=Best Western of SF, timestamp=1279916772571) (column=Econolodge, value=Econolodge of SF, timestamp=1279916772573

RE: CRUD test

2010-07-23 Thread Peter Minearo
ped tightly in a >> test. You are likely using the same logical time stamp for multiple >> operations. >> >> >> On Thu, Jul 22, 2010 at 6:29 PM, Peter Minearo >> wrote: >> > I am able to reproduce his problem. If you take the default >> > storage-conf.x

RE: CRUD test

2010-07-22 Thread Peter Minearo
I am able to reproduce his problem. If you take the default storage-conf.xml file and utilize the "Super2" ColumnFamily with the code below. You will see that the data is not getting created once you run the delete. It seems to not allow you to create data via Thrift. HOWEVER, data can be cre

RE: Cassandra and Avro

2010-06-29 Thread Peter Minearo
, June 29, 2010 1:28 PM To: user@cassandra.apache.org Subject: Re: Cassandra and Avro The (16-4) classes are generated in the ant build script. (In the binary distribution these are already generated for you). // Roger Schildmeijer On 29 jun 2010, at 21.41em, Peter Minearo wrote: > I j

Cassandra and Avro

2010-06-29 Thread Peter Minearo
I just pulled down Cassandra 0.6.3. I saw this same issue in 0.6.2. Why is there a difference between apache-cassandra-0.6.3-bin.jar and apache-cassandra-0.6.3-src.jar when it comes to the Avro classes? The 'bin' file has 16 top level classes; while the 'src' file only has 4. Even the Javado

RE: Cassandra and Thrift on the Server Side

2010-06-28 Thread Peter Minearo
:30 PM, Peter Minearo wrote: > First let me premise, I am new to Cassandra.  I just got it installed > and was able to add data, connect to Cassandra via Thrift and retrieve > the data.  Since, Thrift uses RPC, I was wondering if Cassandra uses > Thrift on the server side to handle

Cassandra and Thrift on the Server Side

2010-06-28 Thread Peter Minearo
First let me premise, I am new to Cassandra. I just got it installed and was able to add data, connect to Cassandra via Thrift and retrieve the data. Since, Thrift uses RPC, I was wondering if Cassandra uses Thrift on the server side to handle the requests from the clients? I know Thrift is used