[
https://issues.apache.org/jira/browse/IGNITE-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943993#comment-14943993
]
Chandresh Pancholi commented on IGNITE-429:
-------------------------------------------
GitHub user chandresh-pancholi opened a pull request:
https://github.com/apache/ignite/pull/130
[Ignite-429] Implement IgniteStormStreamer to stream data from Apache Storm
I have made some refactor changes suggested by Gian/Anton.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chandresh-pancholi/ignite master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/130.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 #130
----
commit 8420e109c4d07bbf438f17dc79268c39b47e76b2
Author: chandresh pancholi <[email protected]>
Date: 2015-09-15T12:50:30Z
ignite-429 feature fix
commit a5adeb4c7badd52dd7724fa5a9a9ba7924e934ed
Author: chandresh pancholi <[email protected]>
Date: 2015-09-16T13:19:37Z
Ignite code refactor and modification
commit c6335046a07d9859a46d078e6cd8d7d2a7011df2
Author: chandresh pancholi <[email protected]>
Date: 2015-09-21T11:59:24Z
Code refactor
commit 4596bedfbfc756d3974b4d2270401515fa618bb5
Author: chandresh pancholi <[email protected]>
Date: 2015-09-28T09:12:13Z
Work completed
commit 538986b186b3d89797a34fe35c8120fecaf94444
Author: chandresh pancholi <[email protected]>
Date: 2015-09-29T11:37:17Z
Apache ignite-storm integration
commit 3f40de788e5a050bbefb69ac2517a625e72b5299
Author: chandresh pancholi <[email protected]>
Date: 2015-09-29T11:37:50Z
exclusion of zookeeper
commit aa59cdade93d41d877b1966c4851aa827981b73c
Author: chandresh pancholi <[email protected]>
Date: 2015-10-03T12:13:18Z
Implemented Refactor suggestion given by Anton in Ignite0429
commit 2e103b915ba88b38604030092f55ed1f04b14cfe
Author: chandresh pancholi <[email protected]>
Date: 2015-10-05T07:43:02Z
Code refactor in storm module suggested by Gian/Anton
----
> Implement IgniteStormStreamer to stream data from Apache Storm
> --------------------------------------------------------------
>
> Key: IGNITE-429
> URL: https://issues.apache.org/jira/browse/IGNITE-429
> Project: Ignite
> Issue Type: Sub-task
> Components: streaming
> Reporter: Dmitriy Setrakyan
> Assignee: Chandresh Pancholi
>
> We have {{IgniteDataStreamer}} which is used to load data into Ignite under
> high load. It was previously named {{IgniteDataLoader}}, see ticket
> IGNITE-394.
> See [Apache Storm|https://storm.apache.org/] for more information.
> We should create {{IgniteStormStreamer}} which will consume tuples from Storm
> and stream them into Ignite caches.
> More details to follow, but to the least we should be able to:
> - Convert/Intercept Storm tuples to Ignite data using an optional pluggable
> converter.
> - Specify the cache name for the Ignite cache to load data into.
> - Specify other flags available on {{IgniteDataStreamer}} class.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)