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
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
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
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