[
https://issues.apache.org/jira/browse/NUTCH-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Markus Jelsma updated NUTCH-2366:
---------------------------------
Fix Version/s: 1.13
> 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)