You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Arijit Chattopadhyay (JIRA)" <ji...@apache.org> on 2015/02/08 05:55:35 UTC

[jira] [Assigned] (MAPREDUCE-6181) WordCount.java in mapreduce-examples.jar uses deprecated job object creation API

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

Arijit Chattopadhyay reassigned MAPREDUCE-6181:
-----------------------------------------------

    Assignee: Arijit Chattopadhyay  (was: sachin)

> WordCount.java in mapreduce-examples.jar uses deprecated job object creation API
> --------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-6181
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6181
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: trunk
>            Reporter: sachin
>            Assignee: Arijit Chattopadhyay
>            Priority: Trivial
>
> In the trunk branch the mapreduce-examples.jar contains a WordCount class. In which deprecated Job object has been used. So this Jira is to fix the deprecation warning.
> {code:title=WordCount.java|borderStyle=solid}
> // Currently : Job job = new Job(conf, "word count");
> Job job = Job.getInstance(conf); 
> job.setJobName("word count");
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)