Re: cassandra solaris x64 support

2011-02-14 Thread Xiaobo Gu
that > will > work too. I have changed the code like this, hoping it will help others too JAVA_HOME=/usr/java # Use JAVA_HOME if set, otherwise look for java in PATH if [ -x $JAVA_HOME/bin/amd64/java ]; then JAVA=$JAVA_HOME/bin/amd64/java else if [ -x $JAVA_HOME/bin/java]; then

Re: cassandra solaris x64 support

2011-02-12 Thread Sylvain Lebresne
not the 32 bit one, or "after"), that will work too. -- Sylvain > >> > >> > As far as I know, it should work fine. Actually it should work with sh > >> > as well... > >> > > >> > > >> > -Ursprüngliche Nachricht-

Re: cassandra solaris x64 support

2011-02-11 Thread Xiaobo Gu
t; >> > As far as I know, it should work fine. Actually it should work with sh >> > as well... >> > >> > >> > -Ursprüngliche Nachricht- >> > Von: Xiaobo Gu [mailto:guxiaobo1...@gmail.com] >> > Gesendet: Freitag, 11. Fe

Re: cassandra solaris x64 support

2011-02-11 Thread Sylvain Lebresne
> -Ursprüngliche Nachricht- > > Von: Xiaobo Gu [mailto:guxiaobo1...@gmail.com] > > Gesendet: Freitag, 11. Februar 2011 16:12 > > An: user@cassandra.apache.org > > Betreff: Re: cassandra solaris x64 support > > > > On Fri, Feb 11, 2011 at 10:51

Re: cassandra solaris x64 support

2011-02-11 Thread Xiaobo Gu
gt; An: user@cassandra.apache.org > Betreff: Re: cassandra solaris x64 support > > On Fri, Feb 11, 2011 at 10:51 PM, Jonathan Ellis wrote: >> The vast majority run on Linux, but there are a few people running >> Cassandra on Solaris, FreeBSD, and Windows. > But I failed to start the

AW: cassandra solaris x64 support

2011-02-11 Thread Roland Gude
Nachricht- Von: Xiaobo Gu [mailto:guxiaobo1...@gmail.com] Gesendet: Freitag, 11. Februar 2011 16:12 An: user@cassandra.apache.org Betreff: Re: cassandra solaris x64 support On Fri, Feb 11, 2011 at 10:51 PM, Jonathan Ellis wrote: > The vast majority run on Linux, but there are a few peo

Re: cassandra solaris x64 support

2011-02-11 Thread Xiaobo Gu
On Fri, Feb 11, 2011 at 10:51 PM, Jonathan Ellis wrote: > The vast majority run on Linux, but there are a few people running > Cassandra on Solaris, FreeBSD, and Windows. But I failed to start the one node test cluster, # sh bin/cassandra -f bin/cassandra: syntax error at line 22: `MAX_HEAP_SIZE=$

Re: cassandra solaris x64 support

2011-02-11 Thread Jonathan Ellis
The vast majority run on Linux, but there are a few people running Cassandra on Solaris, FreeBSD, and Windows. On Fri, Feb 11, 2011 at 4:40 AM, Xiaobo Gu wrote: > Hi, > Because I can't access the archives of the mailing list, so my > apologies if someone have asked this before. > > Does any have

cassandra solaris x64 support

2011-02-11 Thread Xiaobo Gu
Hi, Because I can't access the archives of the mailing list, so my apologies if someone have asked this before. Does any have successfully run Cassandra on Solaris 10 X64 clusters? Regards, Xiaobo Gu