Description
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].