You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Omkar Reddy (JIRA)" <ji...@apache.org> on 2017/03/11 17:56:08 UTC

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

    [ https://issues.apache.org/jira/browse/NUTCH-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906265#comment-15906265 ] 

Omkar Reddy commented on NUTCH-2366:
------------------------------------

Hi [~markus17], Do I need to send a pull request to the git repo or is the patch enough? Thanks. 

> 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)