You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "lewismc (via GitHub)" <gi...@apache.org> on 2023/11/03 02:36:29 UTC

Re: [PR] NUTCH-3014 Standardize Job names [nutch]

lewismc commented on code in PR #789:
URL: https://github.com/apache/nutch/pull/789#discussion_r1381111646


##########
src/java/org/apache/nutch/crawl/CrawlDbReader.java:
##########
@@ -812,7 +811,7 @@ public CrawlDatum get(String crawlDb, String url, Configuration config)
 
   @Override
   protected int process(String line, StringBuilder output) throws Exception {
-    Job job = NutchJob.getInstance(getConf());
+    Job job = Job.getInstance(getConf(), "Nutch CrawlDbReader: process " + this.crawlDb);

Review Comment:
   Thanks @sebastian-nagel 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@nutch.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org