You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/07/18 19:48:04 UTC

[jira] [Resolved] (MAPREDUCE-242) TaskTracker can skip a dfs check on every task launch.

     [ https://issues.apache.org/jira/browse/MAPREDUCE-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Wittenauer resolved MAPREDUCE-242.
----------------------------------------

    Resolution: Incomplete

Closing as stale.

> TaskTracker can skip a dfs check on every task launch.
> ------------------------------------------------------
>
>                 Key: MAPREDUCE-242
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-242
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Amar Kamat
>            Assignee: Amar Kamat
>
> When tasktracker gets a new task to run, it queries the namenode to find out the job directory _size_. This _size_ is required if the job files are not yet localized. But if its already localized then the dfs call gets wasted. This will be true for all but 1 tasks that run for a job on a tracker. One can avoid it but checking if the job is already localized.



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