You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2017/03/15 12:12:41 UTC

[jira] [Closed] (NUTCH-2366) Deprecated Job constructor in hostdb/ReadHostDb.java

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

Markus Jelsma closed NUTCH-2366.
--------------------------------

> Deprecated Job constructor in hostdb/ReadHostDb.java
> ----------------------------------------------------
>
>                 Key: NUTCH-2366
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2366
>             Project: Nutch
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.12
>            Reporter: Omkar Reddy
>            Assignee: Markus Jelsma
>            Priority: Minor
>             Fix For: 1.13
>
>         Attachments: NUTCH-2366.patch
>
>
> When we try to build ant using nutch we get the following warning : 
> warning: [deprecation] Job(Configuration,String) in Job has been deprecated
>                [javac]     Job job = new Job(conf, "ReadHostDb");
> This is because the constructor Job(Configuration conf, String jobName) has been deprecated and the reference can be found at [0].
> [0] http://hadoop.apache.org/docs/stable2/api/org/apache/hadoop/mapreduce/Job.html#getInstance%28org.apache.hadoop.conf.Configuration%29



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)