[
https://issues.apache.org/jira/browse/NUTCH-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244957#comment-15244957
]
Hudson commented on NUTCH-2250:
-------------------------------
FAILURE: Integrated in Nutch-trunk #3359 (See
[https://builds.apache.org/job/Nutch-trunk/3359/])
NUTCH-2250 : CommonCrawlDumper : Invalid format and skipped parts (tgowdan: rev
47cc4e27a41a78753ed431685010da1987bca269)
* src/java/org/apache/nutch/tools/CommonCrawlFormat.java
* src/java/org/apache/nutch/tools/CommonCrawlDataDumper.java
Record changes for NUTCH-2250. (mattmann: rev
d6bcefd926dffb02d8f6ebfebad8adeea31e8f50)
* CHANGES.txt
> CommonCrawlDumper : Invalid format + skipped parts
> ---------------------------------------------------
>
> Key: NUTCH-2250
> URL: https://issues.apache.org/jira/browse/NUTCH-2250
> Project: Nutch
> Issue Type: Sub-task
> Components: commoncrawl
> Affects Versions: 1.10
> Environment: Linux x64
> Java 7
> Nutch 1.12
> Reporter: Thamme Gowda N
> Assignee: Chris A. Mattmann
> Fix For: 1.12
>
>
> The following issues are found with CommonCrawlDumper;
> 1. Documents get duplicated in dump files
> How to reproduce
> {code}
> bin/nutch commoncrawldump -segment .../segments -outputDir testdump
> -SimpleDateFormat -epochFilename -jsonArray -reverseKey
> {code}
> The first ever written will contain 1 document.
> second file includes two documents
> third file includes first three documents and this grows linearly.
> 2.If a segment has many parts (part-00000, part-00001,...) only the first
> part (part-00000 ) is being dumped
> How to reproduce ?
> Create segment with two parts (part-00000 and part-00001)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)