You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by arae <gi...@git.apache.org> on 2016/02/12 21:41:12 UTC

[GitHub] flume pull request: Kudu Sink for Flume

GitHub user arae opened a pull request:

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

    Kudu Sink for Flume

    https://issues.cloudera.org/browse/KUDU-431

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

    $ git pull https://github.com/arae/flume trunk

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

    https://github.com/apache/flume/pull/36.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 #36
    
----
commit 190ca5a855a37d0b571bfb6e1f42553474bf9407
Author: arae <ar...@gmail.com>
Date:   2015-12-22T00:41:04Z

    first version of kudu sink, minus tests

commit 582d47656814746767d666622aaa7f48cbed284f
Author: arae <ar...@gmail.com>
Date:   2015-12-22T00:42:24Z

    add it as module

commit 29b59e06f7a11b7720c10125030c8cf9da6d234b
Author: arae <ar...@gmail.com>
Date:   2016-01-13T02:31:02Z

    array list

commit de43f51d112f1a5268d94dcaf09cac608695eb7e
Author: arae <ar...@gmail.com>
Date:   2016-01-15T02:19:20Z

    support batching

commit 41b5745b4db6607ce8f6595f6fbb664857c3bf80
Author: arae <ar...@gmail.com>
Date:   2016-01-15T02:21:00Z

    dont forget to break!

commit baf45c41be80c76ccd4a58e30688c796e446990b
Author: arae <ar...@gmail.com>
Date:   2016-01-28T20:21:27Z

    - let use tune timeout
    - a little bit of back pressure when pending operations still underway

commit 99a1234c02996e6d025984bb04c17c973355acf3
Author: arae <ar...@gmail.com>
Date:   2016-01-29T19:01:18Z

    typo!

commit 25270d2baaa03795fd30d10c6dfe7a40f5c3eba7
Author: arae <ar...@gmail.com>
Date:   2016-01-29T19:02:32Z

    dont forget to break!

commit 1a069f08a2498bd414396036b4e9ec74eeb9850a
Author: arae <ar...@gmail.com>
Date:   2016-02-09T20:06:56Z

    1.7.0-SNAPSHOT

----


---
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.
---

[GitHub] flume pull request #36: Kudu Sink for Flume

Posted by arae <gi...@git.apache.org>.
Github user arae closed the pull request at:

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


---