GitHub user shroman opened a pull request: https://github.com/apache/ignite/pull/179
IGNITE-529: Flume-Ignite integration Data from Flume is streamed to Ignite via our custom sink (IgniteSink) and a FlumeStreamer with a specified Flume event handling. The general path is as follows, ``` some_source -> some_channel -> IgniteSink -> FlumeStreamer (with Event transformation) -> Ignite ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/shroman/ignite ignite-529 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/179.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 #179 ---- commit fd6563a36b58b172d54db98c9a2172c44344c98e Author: shtykh_roman <shtykh_ro...@cyberagent.co.jp> Date: 2015-10-28T01:15:36Z IGNITE-529: Flume sink and streamer implementation ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---