Omkar Reddy created NUTCH-2366:
----------------------------------
Summary: 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, 2.2.1
Reporter: Omkar Reddy
Priority: Minor
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)