Re: encounter jvm problem when integreation spark with mesos

2014-06-17 Thread qingyang li
here is the core stack info: - (gdb) bt #0 0x7fc0153fc925 in raise () from /lib64/libc.so.6 #1 0x7fc0153fe105 in abort () from /lib64/libc.so.6 #2 0x7fc014d78405 in os::abort(bool) () from /home/zjw/jdk1.7/jdk1.7.0_51/jre/lib/amd64/server/libjvm.so #3

Re: encounter jvm problem when integreation spark with mesos

2014-06-17 Thread andy petrella
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]

Re: encounter jvm problem when integreation spark with mesos

2014-06-17 Thread qingyang li
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 : > Hi qingyang, > > This looks like an issue with the open source version

Re: encounter jvm problem when integreation spark with mesos

2014-06-16 Thread Andrew Ash
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 wrote: > hi, I encou