Dear all, We are installing Mesos following the instructions. We have successfully passed C++ test-framework and python test-framework. But when we tried java test-framework, the program got stuck at System.load(MESOS_NATIVE_LIBRARY). We have set MESOS_NATIVE_LIBRARY to where libmesos.so locates. We also had 6 failed tests when we run make check.
Another question: if we cannot pass java test-framework, does it mean that we cannot run the code SparkPi on mesos either? Currently, SparkPi can only run locally and keeps lost on mesos slaves. Thanks for you help. Our system information: java version "1.7.0_04" Java(TM) SE Runtime Environment (build 1.7.0_04-b20) Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode) Ubuntu 12.04 LTS Regards, Xiaoying
