Re: CentOS - Could not setup cluster(snappy error)

2014-01-02 Thread Víctor Hugo Oliveira Molinar
Thanks for all the answers. The problem was exactly the noexec setting in fstabs file. Cassandra cluster started succesfully after removing that entry. Att, *Víctor Hugo Molinar* On Mon, Dec 30, 2013 at 6:59 PM, Erik Forkalsud wrote: > > You can add something like this to cassandra-env.sh : >

Re: CentOS - Could not setup cluster(snappy error)

2013-12-30 Thread Erik Forkalsud
You can add something like this to cassandra-env.sh : JVM_OPTS="$JVM_OPTS -Dorg.xerial.snappy.tempdir=/path/that/allows/executables" - Erik - On 12/28/2013 08:36 AM, Edward Capriolo wrote: Check your fstabs settings. On some systems /tmp has noexec set and unpacking a library into temp an

Re: CentOS - Could not setup cluster(snappy error)

2013-12-28 Thread Edward Capriolo
Check your fstabs settings. On some systems /tmp has noexec set and unpacking a library into temp and trying to run it does not work. On Fri, Dec 27, 2013 at 5:33 PM, Víctor Hugo Oliveira Molinar < vhmoli...@gmail.com> wrote: > Hi, I'm not being able to start a multiple node cluster in a CentOs

CentOS - Could not setup cluster(snappy error)

2013-12-27 Thread Víctor Hugo Oliveira Molinar
Hi, I'm not being able to start a multiple node cluster in a CentOs environment due to snappy loading error. Here is my current setup for both machines(Node 1 and 2), CentOs: CentOS release 6.5 (Final) Java java version "1.7.0_25" Java(TM) SE Runtime Environment (build 1.7.0_25-b15) J