Fengdong Yu created MESOS-879:
---------------------------------
Summary: JobTracker cannot start with mesos-0.14.2
Key: MESOS-879
URL: https://issues.apache.org/jira/browse/MESOS-879
Project: Mesos
Issue Type: Bug
Components: hadoop, master
Affects Versions: 0.14.2
Reporter: Fengdong Yu
I am using mesos-0.14.2 and hadoop-mesos-0.0.5, I can start mesos cluster
successfully. webUI show everything normally.
then I configure hadoop on mesos following:
https://github.com/mesos/hadoop/blob/master/README.md
Addtional, my JDK is 1.7, I changed Makefile of mesos-0.14.2 after configura,
so mesos and hadoop-mesos are all build upon java 1.7.
then I run: hadoop jobtracker, which throws:
13/12/12 10:25:22 INFO mapred.MesosScheduler: Starting MesosScheduler
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f5121104d09, pid=17474, tid=139986417293056
#
# JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode linux-amd64
compressed oops)
# Problematic frame:
# V [libjvm.so+0x632d09] jni_GetByteArrayElements+0x89
#
# Failed to write core dump. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/hadoop/test-mesos/hadoop-1.2.1/logs/jt_error_gc.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)