We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IO commands are found in behemoth-io.job.
behemoth-io.job
usage: com.digitalpebble.behemoth.io.nutch.NutchSegmentConverterJob [-dir <segDir> | <segment>] <output> <segDir> Nutch segment directory <segment> individual segment <output> The output path on HDFS.
Converts a Nutch segment into a Behemoth corpus.
usage: com.digitalpebble.behemoth.io.warc.WARCConverterJob <archive> <output> <archive> The WARC archive on HDFS. <output> The output path on HDFS.
Converts a WARC archive into a Behemoth corpus.
Example :
hadoop jar io/target/behemoth-io-1.1-SNAPSHOT-job.jar com.digitalpebble.behemoth.io.warc.WARCConverterJob -D fs.s3n.awsAccessKeyId=$AWS_ACCESS_KEY -D fs.s3n.awsSecretAccessKey=$AWS_SECRET_KEY s3n://aws-publicdatasets/common-crawl/crawl-data/CC-MAIN-2013-20/segments/1368696381249/warc/CC-MAIN-20130516092621-00099-ip-10-60-113-184.ec2.internal.warc.gz behemothCorpus
Behemoth Modules | Home