Data Engineering Integration
All Products
Property
| Description
|
---|---|
File path
| The location of the file or directory. If the path is a directory, all the files in the directory must have the same file format.
If the file or directory is in HDFS, enter the path without the node URI. For example,
/user/lib/testdir specifies the location of a directory in HDFS. The path must not contain more than 512 characters.
If the file or directory is in the local system, enter the fully qualified path. For example,
/user/testdir specifies the location of a directory in the local system.
The Data Integration Service ignores any subdirectories and their contents.
|
File Format
| The file format. Select one of the following file formats:
Default is Binary.
|
Input Format
| The class name for files of the input file format. If you select Input File Format in the
File Format
field, you must specify the fully qualified class name implementing the
InputFormat interface.
To read files that use the Avro format, use the following input format:
com.informatica.avro.AvroToXML To read files that use the Parquet format, use the following input format:
com.informatica.parquet.ParquetToXML You can use any class derived from
org.apache.hadoop.mapreduce.InputFormat .
|
Compression Format
| Optional. The compression format for binary files. Select one of the following options:
Not applicable to Avro and Parquet formats.
|
Custom Compression Codec
| Required for custom compression. Specify the fully qualified class name implementing the
CompressionCodec interface.
|
Updated November 09, 2018