Re: List support in Net::Async::CassandraCQL ?

2014-03-06 Thread Jacob Rhoden
Thanks for the reply, My perl is rusty so I wasn't sure if the problem was my fault or not, At the time I tried to dig into the driver source code without much luck, and concluded it was the driver after all. I'll make a simple specific test case shortly. (I'm away overseas so it will have to w

Re: Datastax C++ driver on Windows x64

2014-03-06 Thread Robert Coli
On Wed, Mar 5, 2014 at 5:07 PM, Green, John M (HP Education) < john.gr...@hp.com> wrote: > Just to clarify, do recommend not running Cassandra on Windows or not > using the client C++ driver from Windows?The former doesn't seem like > much of a limitation but the latter certainly does. > Do

Re: List support in Net::Async::CassandraCQL ?

2014-03-06 Thread Paul "LeoNerd" Evans
On Sun, 23 Feb 2014 13:06:54 +1100 Jacob Rhoden wrote: > Thanks! I did try this without success. Perhaps I am just making a > simple perl mistake then? I’ve been doing java so long, my perl is a > little rusty: > > my @address = (); > if(defined $a1 && $a1 ne "") { >

Re: Cassandra Internal error processing get_slice java.lang.AssertionError

2014-03-06 Thread Alaa Zubaidi (PDF)
Hi Jacob, Unfortunately, we need to stick with 1.0.10 for while.. Any idea what does this error means? Thanks, Alaa On Wed, Mar 5, 2014 at 9:05 PM, Jacob Rhoden wrote: > If this is a _new_ 8 node cluster, is there a specific reason you starting > with 1.0.x, not 1.2.x? (Upgrading later will be

Re: mixed nodes, some SSD some HD

2014-03-06 Thread Robert Coli
On Wed, Mar 5, 2014 at 7:28 PM, Elliot Finley wrote: > What are the penalties for having them? > Vnodes are basically nodes, so the same penalties you would get from a huge number of nodes... folks have worked on optimizing the worst aspects of this, but the reality is still that a node with 256

load yaml

2014-03-06 Thread orangeyts
1 jmx StoreServer not loadSchemaFromXml 2 someone use bulk-loading 3 anyone help? use V2.0.5

DataStax C++ on Ubuntu - linking question

2014-03-06 Thread Michael Dykman
I managed to get libcql.so built without error but am somewhat confused about the depending libraries. In the documentation, I read that the XX-mt version of boost are required (which makes all kinds of sence) and files generated by cmake seem to agree as I have: In ./CMakeFiles/cql.dir/build.ma

Backup/Restore in Cassandra

2014-03-06 Thread java8964
Hi, Currently I am looking how the bacup/restore be done in Cassandra, based the document from DataStax: http://www.datastax.com/docs/1.1/backup_restore Here is one way to do it: 1) Do a full snapshot every week2) Enable incremental backup every day So with last snapshot + the incremental backup

How many DCs can Cassandra support?

2014-03-06 Thread Lu, Boying
Hi, All, Does anyone know how many Datacenters Cassandra supports? Thanks Boying