-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add compression config for Parquest files #494
base: master
Are you sure you want to change the base?
Conversation
It looks like @orinciog hasn't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement here. Once you've signed reply with Appreciation of efforts, clabot |
[clabot:check] |
@confluentinc It looks like @orinciog just signed our Contributor License Agreement. 👍 Always at your service, clabot |
@orinciog Could you please add details on the testing done? Also if you could add the test coverage, it would be great and easy for us to review this. Thank you! |
@orinciog Overall, this change looks good. Can you add some tests/describe your testing methodology here? |
@ilanjiR Thank you for your message. We already use a patched version of kafka connect hdfs which includes these changes in it. We are using All parquet files in hdfs are compressed gzip. Thank you, |
@levzem levzemWhy is this PR not merged, but |
@levzem What extra details should I provide in order to merge this PR? Thank you. |
|
I've added a config for this plugin in order to specify the compression for parquest files.
The setting is called 'parquet.codec' and can have the following values: none, snappy, gzip, brotli, lz4, lzo, zstd.