Yep but no real resolution nor advances on this topic, since finally we've chosen to stick with a "compatible" version of Mesos (0.14.1 ftm). But I'm still convince it has to do with native libs clash :-s
aℕdy ℙetrella about.me/noootsab [image: aℕdy ℙetrella on about.me] <http://about.me/noootsab> On Tue, Jun 17, 2014 at 9:57 AM, qingyang li <liqingyang1...@gmail.com> wrote: > somebody else has also encountered such problem: > > http://mail-archives.apache.org/mod_mbox/spark-user/201404.mbox/%3cafc0d60983129f4f9fbad571aa422c9a5af8f...@mail-mbx1.ad.renci.org%3E > > > 2014-06-17 12:31 GMT+08:00 Andrew Ash <and...@andrewash.com>: > > > Hi qingyang, > > > > This looks like an issue with the open source version of the Java runtime > > (called OpenJDK) that causes the JVM to fail. Can you try using the JVM > > released by Oracle and see if it has the same issue? > > > > Thanks! > > Andrew > > > > > > On Mon, Jun 16, 2014 at 9:24 PM, qingyang li <liqingyang1...@gmail.com> > > wrote: > > > > > hi, I encounter jvm problem when integreation spark with mesos, > > > here is the log when i run "spark-shell": > > > -48ce131dc5af > > > 14/06/17 12:24:55 INFO HttpServer: Starting HTTP Server > > > 14/06/17 12:24:55 INFO SparkUI: Started Spark Web UI at > > > http://bigdata001:4040 > > > # > > > # A fatal error has been detected by the Java Runtime Environment: > > > # > > > # SIGSEGV (0xb) at pc=0x00007f94f4843d21, pid=5956, > tid=140277175580416 > > > # > > > # JRE version: OpenJDK Runtime Environment (7.0_51-b02) (build > > > 1.7.0_51-mockbuild_2014_01_15_01_39-b00) > > > # Java VM: OpenJDK 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 > > > compressed oops) > > > # Problematic frame: > > > # V [libjvm.so+0x5e5d21] JNI_CreateJavaVM+0x6551 > > > # > > > # Core dump written. Default location: > > > /home/zjw/spark/spark-0.9.0-incubating-bin-hadoop2/core or core.5956 > > > # > > > # An error report file with more information is saved as: > > > # /tmp/jvm-5956/hs_error.log > > > # > > > # If you would like to submit a bug report, please include > > > # instructions on how to reproduce the bug and visit: > > > # http://icedtea.classpath.org/bugzilla > > > # > > > bin/spark-shell: line 101: 5956 Aborted (core dumped) > > > $FWDIR/bin/spark-class $OPTIONS org.apache.spark.repl.Main "$@" > > > > > >