[ 
https://issues.apache.org/jira/browse/IGNITE-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15082519#comment-15082519
 ] 

ASF GitHub Bot commented on IGNITE-429:
---------------------------------------

GitHub user shroman opened a pull request:

    https://github.com/apache/ignite/pull/393

    IGNITE-429: Apache Storm Streamer

    

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

    $ git pull https://github.com/shroman/ignite ignite-429

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

    https://github.com/apache/ignite/pull/393.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 #393
    
----
commit 8420e109c4d07bbf438f17dc79268c39b47e76b2
Author: chandresh pancholi <chandresh.pancholi@blrmcb1647.local>
Date:   2015-09-15T12:50:30Z

    ignite-429 feature fix

commit a5adeb4c7badd52dd7724fa5a9a9ba7924e934ed
Author: chandresh pancholi <chandresh.pancholi@blrmcb1647.local>
Date:   2015-09-16T13:19:37Z

    Ignite code refactor and modification

commit c6335046a07d9859a46d078e6cd8d7d2a7011df2
Author: chandresh pancholi <chandresh.pancholi@blrmcb1647.local>
Date:   2015-09-21T11:59:24Z

    Code refactor

commit 4596bedfbfc756d3974b4d2270401515fa618bb5
Author: chandresh pancholi <chandresh.pancholi@blrmcb1647.local>
Date:   2015-09-28T09:12:13Z

    Work completed

commit 538986b186b3d89797a34fe35c8120fecaf94444
Author: chandresh pancholi <chandresh.pancholi@blrmcb1647.local>
Date:   2015-09-29T11:37:17Z

    Apache ignite-storm integration

commit 3f40de788e5a050bbefb69ac2517a625e72b5299
Author: chandresh pancholi <chandresh.pancholi@blrmcb1647.local>
Date:   2015-09-29T11:37:50Z

    exclusion of zookeeper

commit aa59cdade93d41d877b1966c4851aa827981b73c
Author: chandresh pancholi <chandresh.pancholi@blrmcb1647.local>
Date:   2015-10-03T12:13:18Z

    Implemented Refactor suggestion given by Anton in Ignite0429

commit 2e103b915ba88b38604030092f55ed1f04b14cfe
Author: chandresh pancholi <chandresh.pancholi@blrmcb1647.local>
Date:   2015-10-05T07:43:02Z

    Code refactor in storm module suggested by Gian/Anton

commit 7fa633cfb0cfb8144e780d9572a3a4fbe518bbd4
Author: chandresh pancholi <chandresh.panch...@blrmcb1647.fkipl.flipkart.com>
Date:   2015-10-07T08:52:12Z

    Adding javadoc in StormSpout class and make streamer compatible with java1.7

commit c181e3d7bf55f91cc0ccfa0407fae72f4c1274c3
Author: chandresh pancholi <chandresh.panch...@blrmcb1647.fkipl.flipkart.com>
Date:   2015-10-07T13:18:44Z

    added assertEqual in Storm tests

commit 96b1095f3b6bfbaedb02974c66acbca2cfc8c9bf
Author: chandresh pancholi <chandresh.panch...@blrmcb1647.fkipl.flipkart.com>
Date:   2015-10-07T13:19:52Z

    added assertEqual in Storm tests

commit d11a0d89aab610998cfc32fca8ddb9b2e01d7854
Author: chandresh pancholi <chandresh.pancholi@blrmcb1647.local>
Date:   2015-10-09T08:07:10Z

    Remove no. of  workers from test class and changed the time out

commit 67baeb940006e5054dd7b6c4994a2907071ecb68
Author: chandresh pancholi <chandresh.pancholi@blrmcb1647.local>
Date:   2015-10-19T11:53:24Z

    Generation of another node in ignite unit test

commit 39ef112dacbd410d6955641fa59d74b9c691e91f
Author: Anton Vinogradov <a...@apache.org>
Date:   2015-11-23T10:58:05Z

    Merge remote-tracking branch 'remotes/origin/ignite-1.5' into 
ignite-429-pull-fixes
    
    Conflicts:
        pom.xml

commit 39f5e40952c5e636b1116a200921df2258a6e27a
Author: Anton Vinogradov <a...@apache.org>
Date:   2015-11-23T10:58:45Z

    Merge remote-tracking branch 'remotes/origin/ignite-1.5' into 
ignite-429-pull-fixes
    
    Conflicts:
        pom.xml

commit d67994e381e83cd6bda627925e561c15ad2fe5c3
Author: Anton Vinogradov <a...@apache.org>
Date:   2015-11-23T10:59:17Z

    429 Pull request fixes

commit 4127c22a99136bd04850ee35c7181d4c49193393
Author: shtykh_roman <rsht...@yahoo.com>
Date:   2016-01-05T05:54:49Z

    IGNITE-429: IgniteStormStreamer implementation reworked.

commit bae4d447ad694bcd1daa9795ba8223d4d57029ca
Author: shtykh_roman <rsht...@yahoo.com>
Date:   2016-01-05T06:42:50Z

    IGNITE-429: IgniteStormStreamer implementation reworked. Changes test 
configuration.

----


> 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: Roman Shtykh
>             Fix For: 1.6
>
>
> 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)

Reply via email to