Re: Running on Windows

2011-10-04 Thread aaron morton
I'm guessing things here without checking, but some issues may be: * pretty sure JNA mlockall() to lock the cassandra memory from swapping is not available https://issues.apache.org/jira/browse/CASSANDRA-1214 * Creating hard links for the snapshots will be different, not sure exactly how differ

Running on Windows

2011-10-03 Thread Bryce Godfrey
I'm wondering what the consensus is for running a Cassandra cluster on top of Windows boxes? We are currently running a small 5 node cluster on top of CentOS without problems, so I have no desire to move. But we are a windows shop, and I have an IT department that is scared of Linux since they

Re: Running on Windows

2010-03-16 Thread Jonathan Ellis
On Mon, Mar 15, 2010 at 11:41 PM, Jesus Ibanez wrote: > 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

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 m

Re: Running on Windows

2010-03-15 Thread Jonathan Ellis
Your time on IRC would have been a lot more productive if you had mentioned that bin\cassandra was working fine and you were stuck on the cli. :( On Mon, Mar 15, 2010 at 11:41 PM, Jesus Ibanez wrote: > To run Cassandra on Windows, after executing bin\cassandra without problems, > we need to inser

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 perfect