Details
-
Documentation
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.1
-
Important
Description
In getting-started page http://mesos.apache.org/gettingstarted/ recommend to download mesos-0.28.0 , it should be 1.0.1 which is latest stable release. There is no mesos-agent.sh in 0.28.0 version instead it has mesos-slave.sh. Example section says to run ./bin/mesos-agent.sh which is new in latest releases.
1. Download the latest stable release from Apache (Recommended)
$ wget http://www.apache.org/dist/mesos/0.28.2/mesos-0.28.2.tar.gz
$ tar -zxf mesos-0.28.2.tar.gz
--------------------
- Start mesos agent (Ensure work directory exists and has proper permissions).
$ ./bin/mesos-agent.sh --master=127.0.0.1:5050 --work_dir=/var/lib/mesos