You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2006/03/15 08:37:51 UTC

[jira] Updated: (HADOOP-81) speculative execution is only controllable from the default config

     [ http://issues.apache.org/jira/browse/HADOOP-81?page=all ]

Owen O'Malley updated HADOOP-81:
--------------------------------

    Attachment: local-spec-exec.patch

This patch does:

Changes the JobInProgress and TaskInProgress to keep the JobConf, which is the job specific configuration,
rather than the system-wide configuration.
Adds set/get speculative execution methods to the JobConf, so that applications don't need to get the string literal right.
On a side note, I also made all of the fields in TaskInProgress private rather than package-local.

> speculative execution is only controllable from the default config
> ------------------------------------------------------------------
>
>          Key: HADOOP-81
>          URL: http://issues.apache.org/jira/browse/HADOOP-81
>      Project: Hadoop
>         Type: Bug
>   Components: mapred
>     Versions: 0.1
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>      Fix For: 0.1
>  Attachments: local-spec-exec.patch
>
> The application's JobConf is not consulted when checking whether speculative execution should be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira