<https://github.com/mesos/myriad> Mapping NM NodeId to Mesos TaskId
Having studied the problem I think I'm ready to implement a solution. There are two ways, that I can see, of transporting the NM id to the scheduler. The first would be to coop the TaskStatus "data" field which does not appear to be used either in myriad or mesos or a better way would be to add either a "sub_task" field or a "child" field to the TaskStatus structure. Since this is a mesos baseline issue and not a myriad issue I would like the thoughts of those better positioned to make this decision. Thanks Paul
