You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The S3 connector should support all/most of the compression types supported by the hive connector, for output (writing) Current types supported by hive: SNAPPY, LZ4, ZSTD, or GZIP.
For output, a config setting will determine compression type:
s3.compression-codec | The compression codec to use when writing files. Possible values are NONE, SNAPPY, LZ4, ZSTD, or GZIP. Default is GZIP.
The text was updated successfully, but these errors were encountered:
The S3 connector should support all/most of the compression types supported by the hive connector, for output (writing) Current types supported by hive: SNAPPY, LZ4, ZSTD, or GZIP.
For output, a config setting will determine compression type:
s3.compression-codec | The compression codec to use when writing files. Possible values are NONE, SNAPPY, LZ4, ZSTD, or GZIP. Default is GZIP.
The text was updated successfully, but these errors were encountered: