mesos / hadoop

Hadoop on Mesos
176 stars 80 forks source link

Added support for strict role validation #37

Closed tarnfeld closed 10 years ago

tarnfeld commented 10 years ago

Sometimes the user might want to restrict Hadoop to only launching tasks on top of resources for the given role.

Currently if the framework joins the cluster in the given role, it will also receive offers for any resources that are not assigned to a specific role.

brndnmtthws commented 10 years ago

Looks good, thanks!