You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2012/05/04 14:28:48 UTC

[jira] [Updated] (NUTCH-1349) Make batchId explcit within debug logging and improve CLI

     [ https://issues.apache.org/jira/browse/NUTCH-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated NUTCH-1349:
----------------------------------------

    Patch Info: Patch Available
       Summary: Make batchId explcit within debug logging and improve CLI  (was: Make batchId explcit within debug logging.)

Slight modification to the issue description. A bit of work ended up going into the CLI making it more pretty!
Also I've updated the log4j.properties file as well.

I'm not truly happy with this, a currently it displays the batchId for the CLI input, rather than the batchId from the key that doesn't match the input batchId! Does this make sense?
                
> Make batchId explcit within debug logging and improve CLI
> ---------------------------------------------------------
>
>                 Key: NUTCH-1349
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1349
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>    Affects Versions: nutchgora
>            Reporter: Lewis John McGibbney
>            Priority: Minor
>             Fix For: nutchgora
>
>         Attachments: NUTCH-1349.patch
>
>
> I find this a pain when trying to locate the batchId of some urls which are skipped when going to the Solr index. My DEBUG log output gives me
> {code}
> 2012-05-03 20:44:55,268 DEBUG indexer.IndexerJob (IndexerJob.java:map(83)) - Skipping http://www.glasgowwheelers.com/; different batch id
> 2012-05-03 20:44:55,259 DEBUG indexer.IndexerJob (IndexerJob.java:map(83)) - Skipping http://www.heraldscotland.com/; different batch id
> {code}
> when I would actually like
> {code}
> 2012-05-03 20:44:55,268 DEBUG indexer.IndexerJob (IndexerJob.java:map(83)) - Skipping http://www.glasgowwheelers.com/; different batch id (ACTUAL BATCH ID)
> 2012-05-03 20:44:55,259 DEBUG indexer.IndexerJob (IndexerJob.java:map(83)) - Skipping http://www.heraldscotland.com/; different batch id (ACTUAL BATCH ID)
> {code} 
> patch coming up soon

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira