Shameera Rathnayaka created MESOS-6103:
------------------------------------------
Summary: Mesos version is not uptodate in getting-started page.
Key: MESOS-6103
URL: https://issues.apache.org/jira/browse/MESOS-6103
Project: Mesos
Issue Type: Documentation
Components: documentation
Affects Versions: 1.0.1
Reporter: Shameera Rathnayaka
Fix For: 1.0.2
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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)