Data Engineering Streaming
- Data Engineering Streaming 10.2.1
- All Products
Property
| Description
|
---|---|
Operation Type
| Indicates the type of data object operation.
This is a read-only property.
|
File Directory
| The directory location of the complex file target.
If the 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 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 Name
| The name of the output file. Spark appends the file name with a unique identifier before it writes the file to HDFS.
|
File Format
| The file format. Select one of the following file formats:
|
Output Format
| The class name for files of the output format. If you select Output Format in the
File Format field, you must specify the fully qualified class name implementing the
OutputFormat interface.
|
Output Key Class
| The class name for the output key. By default, the output key class is NullWritable.
|
Output Value Class
| The class name for the output value. By default, the output value class is Text.
|
Compression Format
| Optional. The compression format for binary files. Select one of the following options:
|
Custom Compression Codec
| Required for custom compression. Specify the fully qualified class name implementing the
CompressionCodec interface.
|
Sequence File Compression Type
| Optional. The compression format for sequence files. Select one of the following options:
|