Sequence Formatter
This page is no longer maintained (May 13, 2026). To access the most current content, go tohttps://docs.snaplogic.com/snaps/sp-hadoop/snap-sequence-formatter.html.
On this Page
- 1.1 Settings
- 2 Troubleshooting
Snap type: | Format
| |||||||
|---|---|---|---|---|---|---|---|---|
Description: | This Snap formats the incoming document from the upstream Snaps to Hadoop sequence file format, the native binary data format to persist intermediate data between different stages of MapReduce jobs. To enable Snappy compression for sequence file, a cluster level setting needs to be set. Unlike Parquet or ORC writer the Sequence Formatter Snap will not have "Snappy" listed in the "compression" options.
| |||||||
Prerequisites: | [None]
| |||||||
Support and limitations: | Works in Ultra Pipelines. | |||||||
Account: | Accounts are not used with this Snap.
| |||||||
Views: |
| |||||||
Settings | ||||||||
Label
| Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline. | |||||||
Key
| Required. JSON path for the key. Example: $input_column_name Default value: [None]
| |||||||
Value
| Required. JSON path for the value. Example: $input_column_name Default value: [None]
| |||||||
Compression type
| Sequence file compression type. The options available include:
Default value: [None]
| |||||||
Compression codec
| Fully qualified compression codec class name Example: org.apache.hadoop.io.compress.GzipCodec | |||||||
Snap Execution | Select one of the following three modes in which the Snap executes:
Default Value: Execute only | |||||||