Re: Cassandra 2.1.3, Windows 7 clear snapshot

2015-02-26 Thread Josh McKenzie
This should be fixed in 3.0 by a combination of https://issues.apache.org/jira/browse/CASSANDRA-8709 and https://issues.apache.org/jira/browse/CASSANDRA-4050. The changes in 8709 and 4050 are invasive enough that we didn't want to target them for the 2.1 release and is actually a big part of why w

Cassandra 2.1.3, Windows 7 clear snapshot

2015-02-26 Thread Fredrik Larsson Stigbäck
What is the current status of clearing snapshots on Windows? When running Cassandra 2.1.3, trying manually to run clearSnapshot I get: "FSWriteError… Caused by: java.nio.file.FileSystemException… File is used by another process" I know there’s been numerous issues in JIRA trying to fix similar pr

Re: getting cassandra setup on windows 7

2010-04-25 Thread S Ahmed
great that worked thanks! On Fri, Apr 23, 2010 at 2:28 PM, Mark Greene wrote: > Try the > cassandra-with-fixes.bat > file > attached to the issue. I had the same issue an that bat file got cassandra > to start.

Re: getting cassandra setup on windows 7

2010-04-23 Thread Mark Greene
Try the cassandra-with-fixes.bat file attached to the issue. I had the same issue an that bat file got cassandra to start. It still throws another error complaining about the log4j.properties. On Fri, Apr 23, 2010

Re: getting cassandra setup on windows 7

2010-04-23 Thread S Ahmed
Any insights? Much appreciated! On Thu, Apr 22, 2010 at 11:13 PM, S Ahmed wrote: > I was just reading that thanks. > > What does he mean when he says: > > "This appears to be related to data storage paths I set, because if I > switch the paths back to the default UNIX paths. Everything runs fin

Re: getting cassandra setup on windows 7

2010-04-22 Thread S Ahmed
I was just reading that thanks. What does he mean when he says: "This appears to be related to data storage paths I set, because if I switch the paths back to the default UNIX paths. Everything runs fine" On Thu, Apr 22, 2010 at 11:07 PM, Jonathan Ellis wrote: > https://issues.apache.org/jira/

Re: getting cassandra setup on windows 7

2010-04-22 Thread Jonathan Ellis
https://issues.apache.org/jira/browse/CASSANDRA-948 On Thu, Apr 22, 2010 at 10:03 PM, S Ahmed wrote: > Ok so I found the config section: > E:\java\cassandra\apache-cassandra-0.6.1-bin\apache-cassandra-0.6.1\commitlog >    > >  E:\java\cassandra\apache-cassandra-0.6.1-bin\apache-cassandra-0.6.1\da

Re: getting cassandra setup on windows 7

2010-04-22 Thread S Ahmed
Ok so I found the config section: E:\java\cassandra\apache-cassandra-0.6.1-bin\apache-cassandra-0.6.1\commitlog E:\java\cassandra\apache-cassandra-0.6.1-bin\apache-cassandra-0.6.1\data Now when I run: bin/cassandra I get: Starting cassandra server listening for transport dt_socket at

Re: getting cassandra setup on windows 7

2010-04-22 Thread Shinpei Ohtani
Hi, You should do at least these: 1.open conf/storage-conf.xml and set commitlog/data directory settings 2.open conf/log4j.properties and set log directory whichever you want 3.I recommend to set c:\java\cassandra\apache-cassandra-0.6.1/ as %CASSANDRA_HOME% to your class path. 4.Also I recommend t

getting cassandra setup on windows 7

2010-04-22 Thread S Ahmed
So I uncompressed the .tar, in the readme it says: * tar -zxvf cassandra-$VERSION.tgz * cd cassandra-$VERSION * sudo mkdir -p /var/log/cassandra * sudo chown -R `whoami` /var/log/cassandra * sudo mkdir -p /var/lib/cassandra * sudo chown -R `whoami` /var/lib/cassandra My cassandra is at

Re: Windows 7

2010-03-15 Thread Jonathan Ellis
This is fixed in 0.6 svn branch On Mon, Mar 15, 2010 at 3:46 AM, Jesus Ibanez wrote: > Hi, I can't run Cassandra on Windows 7. After executing bin\cassandra -f, it > gets freez with the output: > INFO - Starting up server gossip > > And when I excecute bin\cassandra-cli

Windows 7

2010-03-15 Thread Jesus Ibanez
Hi, I can't run Cassandra on Windows 7. After executing bin\cassandra -f, it gets freez with the output: INFO - Starting up server gossip And when I excecute bin\cassandra-cli -host localhost, the output is: Exception in thread "main" java.lang.NoClassDefFoundError: org/apach