PowerExchange Adapters for Informatica
- PowerExchange Adapters for Informatica 10.5.7
- All Products
Compression Options
| Description
|
|---|---|
None
| The file is not compressed.
|
Auto
| The Data Integration Service detects the compression format of the file based on the file extension.
|
Gzip
| The GNU zip compression format that uses the DEFLATE algorithm.
|
Bzip2
| The Bzip2 compression format that uses the Burrows–Wheeler algorithm.
|
Lzo
| The Lzo compression format that uses the Lempel-Ziv-Oberhumer algorithm.
The JAR files for LZO compression are not available with the default Hadoop installation. You must place the JAR files for the LZO compression format in the
lib folder of the distribution directory and verify the distribution directory properties.
|
Custom
| Custom compression format. If you select this option, you must specify the fully qualified class name implementing the Hadoop
CompressionCodec interface in the
Compression Codec
field.
|