[
https://issues.apache.org/jira/browse/NUTCH-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14902521#comment-14902521
]
Hudson commented on NUTCH-2095:
-------------------------------
FAILURE: Integrated in Nutch-trunk #3276 (See
[https://builds.apache.org/job/Nutch-trunk/3276/])
NUTCH-2095 WARC exporter for the CommonCrawlDataDumper (jorgelbg:
http://svn.apache.org/viewvc/nutch/trunk/?view=rev&rev=1704594)
* /nutch/trunk/conf/nutch-default.xml
* /nutch/trunk/ivy/ivy.xml
* /nutch/trunk/src/java/org/apache/nutch/tools/AbstractCommonCrawlFormat.java
* /nutch/trunk/src/java/org/apache/nutch/tools/CommonCrawlConfig.java
* /nutch/trunk/src/java/org/apache/nutch/tools/CommonCrawlDataDumper.java
* /nutch/trunk/src/java/org/apache/nutch/tools/CommonCrawlFormat.java
* /nutch/trunk/src/java/org/apache/nutch/tools/CommonCrawlFormatFactory.java
* /nutch/trunk/src/java/org/apache/nutch/tools/CommonCrawlFormatJackson.java
* /nutch/trunk/src/java/org/apache/nutch/tools/CommonCrawlFormatJettinson.java
* /nutch/trunk/src/java/org/apache/nutch/tools/CommonCrawlFormatSimple.java
* /nutch/trunk/src/java/org/apache/nutch/tools/CommonCrawlFormatWARC.java
* /nutch/trunk/src/java/org/apache/nutch/tools/WARCUtils.java
*
/nutch/trunk/src/plugin/protocol-http/src/java/org/apache/nutch/protocol/http/HttpResponse.java
> WARC exporter for the CommonCrawlDataDumper
> -------------------------------------------
>
> Key: NUTCH-2095
> URL: https://issues.apache.org/jira/browse/NUTCH-2095
> Project: Nutch
> Issue Type: Improvement
> Components: commoncrawl, tool
> Affects Versions: 1.11
> Reporter: Jorge Luis Betancourt Gonzalez
> Priority: Minor
> Labels: tools, warc
> Attachments: NUTCH-2095.patch
>
>
> Adds the possibility of exporting the nutch segments to a WARC files.
> From the usage point of view a couple of new command line options are
> available:
> {{-warc}}: enables the functionality to export into WARC files, if not
> specified the default JACKSON formatter is used.
> {{-warcSize}}: enable the option to define a max file size for each WARC
> file, if not specified a default of 1GB per file is used as recommended by
> the WARC ISO standard.
> The usual {{-gzip}} flag can be used to enable compression on the WARC files.
> Some changes to the default {{CommonCrawlDataDumper}} were done, essentially
> some changes to the Factory and to the Formats. This changes avoid creating a
> new instance of a {{CommmonCrawlFormat}} on each URL read from the segments.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)