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 2015/12/10 04:06:11 UTC

[jira] [Resolved] (NUTCH-2183) Improvement to SegmentChecker for skipping non-segments present in segments directory

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

Lewis John McGibbney resolved NUTCH-2183.
-----------------------------------------
    Resolution: Fixed

Committed @revision 1719006 in trunk. Thank you [~mjoyce] for review. 

> Improvement to SegmentChecker for skipping non-segments present in segments directory
> -------------------------------------------------------------------------------------
>
>                 Key: NUTCH-2183
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2183
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer, segment
>    Affects Versions: 1.11
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>             Fix For: 1.12
>
>         Attachments: NUTCH-2183.patch
>
>
> The scenario is that you have a bunch of Nutch data which has been gathered over some period of time. Some of the data structures are present, some are not. In segments directory for example there is .zip files (don't ask why) and in other directories there are .tar.gz files, etc.
> This patch improves the SegmentChecker to skip directories or files present within the segments directory which are not 14 characters in length as ALL segments are. It also uses this check for individual segments if used by the IndexingJob. This means that we can prevent the Indexer blowing up if it is run on one segment (e.g. without -dir option) and detects some arbitrary directory present within segments/ which actually turns out not to be a segment afterall.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)