Hello,
So I'm working on putting together the mesos-0.24 ebuild for gentoo,
from sources. Since from the tarball,
/usr/portage/distfiles/mesos-0.24.1.tar.gz, is the file pulled down for
mesos. I guess it is actually mesos-0-.24.1. I have it compiling and it
installs these now in /usr/bin/::
mesos mesos-execute mesos-log mesos-resolve mesos-tail
mesos-cat mesos-local mesos-ps mesos-scp
So following this guide:: http://mesos.apache.org/gettingstarted/
I have to adjust the names slightly::
# mesos start-masters.sh
Failed to find /etc/mesos/masters
# mesos start-cluster.sh
Failed to find /etc/mesos/masters
So obviously, I have to generate and write out default configuration files.
Hopefully I won't have to do this because somewhere there is a list
of what you (generically) have to do to get a default install of
mesos-0.24.1 running. A minimal list or an example to follow with mesos
+ zookeeper for now? I can the extend the mesos-0.24.1.ebuild to perform
some of the baseline configuration files and such, as need.
Any suggestions are most welcome, so I can expedite the install of
mesos on gentoo.
James