Skip to content

Commit

Permalink
docs: Update funding.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jun 2, 2023
1 parent 8c909fb commit 1771c7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
github: nielsbasjes
custom: https://www.paypal.me/nielsbasjes
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Making gzip splittable for Hadoop

[![Github actions Build status](https://img.shields.io/github/actions/workflow/status/nielsbasjes/splittablegzip/build.yml?branch=main)](https://github.com/nielsbasjes/splittablegzip/actions)
[![License](https://img.shields.io/:license-apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Maven Central](https://img.shields.io/maven-central/v/nl.basjes.hadoop/splittablegzip.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22nl.basjes.hadoop%22)
[![If this project has business value for you then don't hesitate to support me with a small donation.](https://img.shields.io/badge/Sponsor%20me-via%20Github-red.svg)](https://github.com/sponsors/nielsbasjes)
[![If this project has business value for you then don't hesitate to support me with a small donation.](https://img.shields.io/badge/Donations-via%20Paypal-red.svg)](https://www.paypal.me/nielsbasjes)

[//]: # ([![Coverage Status](https://img.shields.io/codecov/c/github/nielsbasjes/splittablegzip)](https://app.codecov.io/gh/nielsbasjes/splittablegzip))

In many Hadoop production environments you get gzipped files as the raw input.
Usually these are Apache HTTPD logfiles.
When putting these gzipped files into Hadoop you are stuck with exactly 1 map
Expand Down

0 comments on commit 1771c7b

Please sign in to comment.