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 "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2008/04/17 11:31:26 UTC

[jira] Updated: (HADOOP-2819) Remove deprecated methods in JobConf()

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

Amareshwari Sriramadasu updated HADOOP-2819:
--------------------------------------------

    Release Note: 
The following deprecated methods are removed from org.apache.hadoop.JobConf :
public Class getInputKeyClass()
public void setInputKeyClass(Class theClass)
public Class getInputValueClass()
public void setInputValueClass(Class theClass)

The methods, public boolean org.apache.hadoop.JobConf.getSpeculativeExecution() and 
public void org.apache.hadoop.JobConf.setSpeculativeExecution(boolean speculativeExecution) are undeprecated.
    Hadoop Flags: [Incompatible change]

> Remove deprecated methods in JobConf()
> --------------------------------------
>
>                 Key: HADOOP-2819
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2819
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.17.0
>
>         Attachments: patch-2819.txt
>
>
> The following methods in  JobConf
>     getInputKeyClass()
>     setInputKeyClass
>      getInputValueClass()
>     setInputValueClass(Class theClass)
>     setSpeculativeExecution
>      getSpeculativeExecution()
> need to be removed as there are deprecated methods lying around.

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