You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by adenes <gi...@git.apache.org> on 2017/01/02 10:43:39 UTC

[GitHub] flume pull request #103: Add BucketWriterOptions to simplify the BucketWrite...

GitHub user adenes opened a pull request:

    https://github.com/apache/flume/pull/103

    Add BucketWriterOptions to simplify the BucketWriter's constructor

    The goal if this pull request is to get rid of the 24 parameters of the `BucketWriter`'s constructor by wrapping them to the builder-like `BucketWriterOptions` class.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/adenes/flume bucketwriter-options

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/103.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #103
    
----
commit 01c243e605f1a233a55612f3c7b602ac4ea3a076
Author: Denes Arvay <de...@cloudera.com>
Date:   2016-10-24T12:49:03Z

    Add BucketWriterOptions to simplify BucketWriter's constructor

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---