Create index indexes for lzo compression of textfile files

Source: Internet
Author: User
Files can be compressed in hadoop, and gzip, lzo, and snappy can be used for compression.Algorithm. For lzo compression, commonLzocodec and lzopcodec can be used to compress sequencefile and textfile. However, after textfile is compressed, mapred cannot split the compressed files by default, you need to perform index operations on the lzo compressed file to generate lzo. index file, map operation can be split. /Hadoop jar hadoop-lzo.jar com. hadoop. Compression. lzo. lzoindexerXxx. lzo After the index is complete, the. lzo. index file is generated under the same directory of the lzo compressed file. It must be noted that 1. sequencefile generation is not supported. compressed files in lzo format, although sequencefile compression is supported, only the generation of store as textfile is supported. file with the lzo suffix 2. If lzocodec is set, the file is generated. you can use lzoindexer to calculate the index that supports split for files suffixed with lzo. If lzopcodec is set, it is generated. the file with the suffix lzo_deflate does not support index creation.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.