Re: SuperColumns in C++ API

2010-03-15 Thread Jonathan Ellis
Ah, thrift is letting you set something to be null, that shouldn't be legal. This is fixed in 0.6 svn, btw. it looks like you are setting new_col.__isset.column to true, but not actually assigning it a value. On Mon, Mar 15, 2010 at 3:14 PM, Juan Manuel Garcia del Moral j...@southcode.com.ar

download links 404 on main site

2010-03-15 Thread Joseph Stein
so i just moved to a new dev machine and went to download 0.5.1 was excited to see when googling cassandra coming up #1 (under the top level site now) but upset when EVERY mirror I tried came up 404 error not found =8^( http://cassandra.apache.org/ try to download 0.5.1, no luck ... not sure

Re: bundled mutations (Deletion+insertion of the same SuperColumn)

2010-03-15 Thread Jonathan Ellis
In that case you should do the insert first, then the delete in a separate mutation (with, presumably, an older timestamp). 2010/3/15 Ted Zlatanov t...@lifelogs.com: Can there be any assurance that if I specify a Deletion and an insertion for a specific SuperColumn in the same batch_mutate()

Net::Cassandra::Easy Perl interface to Cassandra 0.03

2010-03-15 Thread Ted Zlatanov
You can find version 0.03 of the Net::Cassandra::Easy Perl module at: http://search.cpan.org/search?query=cassandra+easymode=all (it may show 0.021 but that's the same as 0.03, I just uploaded with the incorrect version number accidentally) The docs explain how to use it with examples for the

Re: bundled mutations (Deletion+insertion of the same SuperColumn)

2010-03-15 Thread Ted Zlatanov
On Mon, 15 Mar 2010 16:45:49 -0400 Jake Luciani jak...@gmail.com wrote: JL On Mar 15, 2010, at 4:41 PM, Ted Zlatanov t...@lifelogs.com wrote: Can there be any assurance that if I specify a Deletion and an insertion for a specific SuperColumn in the same batch_mutate() call, they will happen

Re: download links 404 on main site

2010-03-15 Thread Matthias Wessendorf
http://download.nextag.com/apache/incubator/cassandra/0.5.1/apache-cassandra-0.5.1-bin.tar.gz works, the mirroring system takes a bit. -M On Mon, Mar 15, 2010 at 1:29 PM, Joseph Stein crypt...@gmail.com wrote: so i just moved to a new dev machine and went to download 0.5.1 was excited to see

Running on Windows

2010-03-15 Thread Jesus Ibanez
To run Cassandra on Windows, after executing bin\cassandra without problems, we need to insert the line if NOT DEFINED CASSANDRA_HOME set CASSANDRA_HOME=%CD% into the cassandra-cli.bat file before we execute it. That line is missing in cassandra-cli.bat, so add it and Cassandra will execute

Re: Running on Windows

2010-03-15 Thread Jesus Ibanez
Im sorry Jonathan. I didn't know it was the cli, I thought the problem was with cassandra.bat becouse it doesn't show the output: Starting up server... Instead, it shows: Starting up server gossip... But the problem was in the cassandra-cli.bat. The nice new is that know we know that we have to

Re: Grails Cassandra plugin

2010-03-15 Thread Ned Wolpert
Ran- Is it possible to make perf4j optional? I can include it in the grails plugin if not. On Sun, Mar 14, 2010 at 12:08 PM, Ned Wolpert ned.wolp...@imemories.comwrote: Sure, I'll create a bug for it on github. But basically if you get a client from a pool of servers with one server