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