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 :
>
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
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
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