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/08/04 02:30:11 UTC

[jira] [Created] (TEZ-1371) Avoid re-sending TaskContext more than once to the same node

Bikas Saha created TEZ-1371:
-------------------------------

             Summary: Avoid re-sending TaskContext more than once to the same node
                 Key: TEZ-1371
                 URL: https://issues.apache.org/jira/browse/TEZ-1371
             Project: Apache Tez
          Issue Type: Improvement
            Reporter: Bikas Saha


Once a TaskContext has been sent to a machine then the other tasks with the same context can use the fetched TaskContext. The same container can re-use the TaskContext cached in memory from a previous run of the same task. A hash/checksum of the TaskContext could be used to identify identical task contexts that do not need to be fetched.



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