Re: Failing to delete commitlog at startup/shutdown (Windows)

2012-05-08 Thread Tamar Fraenkel
What I do, is that I have VmWare player with VM running Cassandra localy on my laptop. This is useful when there is no internet connection and works fine for me. *Tamar Fraenkel * Senior Software Engineer, TOK Media [image: Inline image 1] ta...@tok-media.com Tel: +972 2 6409736 Mob: +972 54

Re: Failing to delete commitlog at startup/shutdown (Windows)

2012-05-08 Thread Conan Cook
Hi Steve, Thanks for your reply, sorry for the delay in getting back to you. We're actually doing something very similar already, using Hector's EmbeddedServerHelper (it's basically the same, maybe it came from the same code). Unfortunately whilst writing this our internet went down and I someti

Re: Failing to delete commitlog at startup/shutdown (Windows)

2012-04-23 Thread Steve Neely
We used a modified version of Ran's embedded Cassandra for a while: http://prettyprint.me/2010/02/14/running-cassandra-as-an-embedded-service/which worked well for us. You have way more control over that. Recently, we switched to having a single Cassandra installation that runs all the time. Kind