[
https://issues.apache.org/jira/browse/NUTCH-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Omkar Reddy updated NUTCH-2366:
-------------------------------
Attachment: NUTCH-2366.patch
> 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: 2.2.1, 1.12
> Reporter: Omkar Reddy
> Priority: Minor
> 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)