inline below: ----- Original Message ----- > From: "CCAAT" <[email protected]> > To: [email protected] > Cc: [email protected] > Sent: Tuesday, September 9, 2014 10:41:49 AM > Subject: bebug/Testing mesos-0.20.0 > > 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)?
We should probably install it under /usr/share along with the source. > > > > 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? Once the master starts just open a browser to 'localhost:5050', and to smoke test you can run: mesos execute --command="/bin/sleep 10" --master="localhost:5050" --name="whizbang" More details: http://timothysc.github.io/blog/2014/09/08/mesos-breeze/ > > > 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 > -- Cheers, Timothy St. Clair Red Hat Inc.

