You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2014/04/14 22:42:14 UTC

[jira] [Created] (TEZ-1053) Refactor: Pass TaskLocationHint directly to the Scheduling logic

Bikas Saha created TEZ-1053:
-------------------------------

             Summary: Refactor: Pass TaskLocationHint directly to the Scheduling logic
                 Key: TEZ-1053
                 URL: https://issues.apache.org/jira/browse/TEZ-1053
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Bikas Saha
            Assignee: Bikas Saha


Currently, the location hint is resolved and translated to hosts and relaxed to racks directly in the TaskAttemptImpl code. The AMRMClient already does that and so we are duplicating the name resolution and relaxation of host->rack. Also, as the information in TaskLocationHint evolves further, eg. support for container locality, then its better to leave the bindings as late as possible.



--
This message was sent by Atlassian JIRA
(v6.2#6252)