Clément Michaud created MESOS-9315:
--------------------------------------
Summary: Adding support for implicit allocation of mandatory
custom resources in Mesos
Key: MESOS-9315
URL: https://issues.apache.org/jira/browse/MESOS-9315
Project: Mesos
Issue Type: Improvement
Reporter: Clément Michaud
I sent a an email (attached) few days ago to propose the introduction of a new
hook to append resources implicitly to a task for mandatory resources.
In a nutshell, we propose to add a hook with the following signature
{code:java}
Result<Resources> masterLaunchTaskResourceDecorator(
const Resources& slaveResources,
TaskInfo& task)
{code}
and call it in the master in the ACCEPT message handler.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)