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 "Devaraj Das (JIRA)" <ji...@apache.org> on 2007/03/09 14:11:24 UTC

[jira] Created: (HADOOP-1102) Setting speculative execution to false via setSpeculativeExecution(false) doesn't seem to have effect

Setting speculative execution to false via setSpeculativeExecution(false) doesn't seem to have effect
-----------------------------------------------------------------------------------------------------

                 Key: HADOOP-1102
                 URL: https://issues.apache.org/jira/browse/HADOOP-1102
             Project: Hadoop
          Issue Type: Bug
          Components: mapred
    Affects Versions: 0.12.0
            Reporter: Devaraj Das


Noticed that RandomWriter job has speculative tasks although speculative execution is explicitly set to false in the program.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-1102) Setting speculative execution to false via setSpeculativeExecution(false) doesn't seem to have effect

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley resolved HADOOP-1102.
-----------------------------------

    Resolution: Duplicate

I believe this was caused by setting the speculative execution to true in hadoop-site.xml, which overrides the application's settings. That will be addressed by fixing the config system in HADOOP-785.

> Setting speculative execution to false via setSpeculativeExecution(false) doesn't seem to have effect
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1102
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1102
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.12.0
>            Reporter: Devaraj Das
>
> Noticed that RandomWriter job has speculative tasks although speculative execution is explicitly set to false in the program.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.