Hello,

I've just created ebuild for mesos-0.20.0 for gentoo. Gentoo's ebuilds
handle the build and runtime setting for software packages on gentoo.
I need to test the new mesos builds to ensure all of the compile time
dependencies are correct and that each runtime dependency option works
correctly.

Looking here [1]: I see :
# Start mesos slave.
 $ ./bin/mesos-slave.sh --master=127.0.0.1:5050
and
# Run C++ framework (***Exits after successfully running some tasks.***).
 $ ./src/test-framework --master=127.0.0.1:5050

The test-framework is not installed (don't know why)?



But I do have these in /usr/bin:

mesos      mesos-execute  mesos-log  mesos-resolve  mesos-tail
mesos-cat  mesos-local    mesos-ps   mesos-scp

In /usr/sbin:

mesos-daemon.sh  mesos-start-cluster.sh  mesos-stop-cluster.sh
mesos-master     mesos-start-masters.sh  mesos-stop-masters.sh
mesos-slave      mesos-start-slaves.sh   mesos-stop-slaves.sh

and
/usr/include/stout/tests/utils.hpp

Also I notice some *.html files generated (for example):
<snip>
/usr/share/mesos/webui/master/static/index.html
/usr/share/mesos/webui/master/static/frameworks.html

If these html files are used for starting stopping and monitoring
mesos, could someone point me to the docs for this, or provide guidance?


Any suggestions on how to best debug/fix the imesos-0.20.0 install and test it are most welcome. Is there another package to install.



[1] http://mesos.apache.org/gettingstarted/

James

Reply via email to