Skip to content
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

out_kinesis_firehose: compression extraction and firehose integration -> 1.8 #4400

Closed

Conversation

matthewfala
Copy link
Contributor

@matthewfala matthewfala commented Dec 6, 2021

Please see PR into master for more information on these commits
#4371

Contents:


Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

fujimotos and others added 2 commits December 6, 2021 21:35
Apache Arrow is an efficient columnar data format that is suitable
for statistical analysis, and popular in machine learning community.

    https://arrow.apache.org/

With this patch merged, users now can specify 'arrow' as the
compression type like this:

    [OUTPUT]
      Name s3
      Bucket some-bucket
      total_file_size 1M
      use_put_object On
      Compression arrow

which makes Fluent Bit convert the request buffer into Apache Arrow
format before uploading.

Signed-off-by: Fujimoto Seiji <[email protected]>
Reviewed-by: Sutou Kouhei <[email protected]>
Reviewed-by: Wesley Pettit <[email protected]>
restructure aws cmake to make maintaining nested directories easier

Signed-off-by: Matthew Fala <[email protected]>
@matthewfala matthewfala force-pushed the firehose-compression-backport-1.8 branch from 95dfc07 to 1d572d0 Compare December 10, 2021 01:12
@matthewfala matthewfala changed the title firehose: compression extraction and firehose integration -> 1.8 out_kinesis_firehose: compression extraction and firehose integration -> 1.8 Dec 10, 2021
@PettitWesley PettitWesley self-requested a review December 27, 2021 04:56
Copy link
Contributor

@PettitWesley PettitWesley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM but CI is failing some checks.

@github-actions
Copy link
Contributor

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants