Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Plugin version: 2.10.0

Compresses configured fields. Multiple fields can be specified to be compressed using different compression algorithms. Plugin supports SNAPPY, ZIP, and GZIP types of compression of fields.

Configuration

Property

Macro Enabled?

Description

Compress Fields

No

Required. Specifies the configuration for compressing fields; in JSON configuration, this is specified as <field>:<compressor>[,<field>:<compressor>]*.

Output Schema

No

Required. Specifies the output schema. The fields that are compressed will have the same field name but they will be of type BYTES.

  • No labels