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
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
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 "") {
>
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
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
1 jmx StoreServer not loadSchemaFromXml
2 someone use bulk-loading
3 anyone help? use V2.0.5
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
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
Hi, All,
Does anyone know how many Datacenters Cassandra supports?
Thanks
Boying