δΊ 2012/6/14 14:56, Zhi Dou ει:
Dear all,
I am trying to set up mesos for spark. Following the instruction at
https://github.com/mesos/spark/wiki/Running-Spark-on-Mesos, I use spark 0.4
and get revision 1205738 of Mesos.
OS: Ubuntu 10.04.4
Java: 1.6
There is nothing wrong in /configure. However, I got following errors in *
make*:
g++: error: java/jni/convert.o: No such file or directory
make[1]: *** [java/jni/convert.o] Error 1
make[1]: Leaving directory `/home/zdou/mesos/src'
make: *** [src] Error 2
I also tried the master branch of mesos, but still it does not work.
Could you help me solve this problem? Thank you very much in advance!
Bests,
Harry
hi,
I suppose you're working on the version 1205738 of Mesos. In Makefile
(or Makefile in src folder), there is one redundant flag "-I", which
tries to read Convert.o as an input. Remove this additional "-I", and
make will go though. Anyway, there are more need to be fixed. I couldn't
correct all of them and finally gave up and swithed to the master branch.