Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 294 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 294 Bytes

Python Rendler Framework

$ 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...