You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ vagrant ssh
vagrant@mesos:~ $ cd hostfiles
# Start the scheduler with the seed url, the mesos master ip and optionally a task limit
vagrant@mesos:python $ python python/rendler.py http://mesos.apache.org 127.0.1.1:5050 10
# <Ctrl+C> to stop...