GitHub user mbalassi opened a pull request:

    https://github.com/apache/flink/pull/764

    [contrib] Storm compatibility

    This is an updated version of #573.
    
    @mjsax addressed a number of comments since then and added Readmes, @szape 
did a code review and added an extra interface and I have moved the codebase to 
flink-contrib.
    
    For the latter to be reasonable I felt necessary to break up flink-contrib 
to smaller submodules, despite @rmetzger advising against this approach. The 
names of the submodules are questionable, suggestions are welcome.
    
    I've seen test failures in storm-compatibility-core, @mjsax could you take 
a look please? I managed to make some error in the pom for storm-compatibility 
examples, so that does not build currently, will check it after I got some 
sleep. :)
    
    I would like to merge this to master as soon as the 0.9 branch is forked 
off and we can agree on it.

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

    $ git pull https://github.com/mbalassi/flink storm

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

    https://github.com/apache/flink/pull/764.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 #764
    
----
commit c595c265d7b40106181e16b594a34cdf06beb017
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2015-05-13T15:56:12Z

    [storm-compat] Introduced Storm wrappers to Flink

commit 3db5335639f9d8fd0cbb1c7799af6205f8c04996
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2015-05-14T10:13:20Z

    [strom-compat] Added Storm API compatibility classes

commit 5ed5bbe5fa92e967de8ad448955aec7115fcd533
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2015-05-14T10:26:43Z

    [storm-compat] Added tests for Storm compatibility API

commit 9e89189ae7d0e7c48a1b9cc466e871d6919144c0
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2015-05-14T10:28:59Z

    [storm-compat] Added tests for Storm compatibility wrappers

commit ebdc0d23a6502de542d269a6f0881c89057d2e0e
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2015-05-14T10:55:44Z

    [storm-compat] Added abstract base to Storm compatibility examples

commit 09ac389630f231f5a793da97b993c52b0e16777b
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2015-05-14T10:57:46Z

    [storm-compat] Added Storm compatibility word count examples

commit 5cf034e1d34e7ccfd745e2f7e93f2d247d3e6bbf
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2015-05-14T10:59:38Z

    [storm-compat] Added ITCases to Storm compatibility examples

commit 2eec0ac002d04ecfc09bf524ef3923979c141558
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2015-05-14T11:04:01Z

    [storm-compat] Added README files to Storm compatibility modules

commit 2d200c0d4bc16c9f8c4999d5d4fa07e527f3824c
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2015-05-21T08:15:20Z

    [storm-compat] Storm compatibility code cleanup

commit b06ec1bc37c3d68a4e4f3568e9c37a15bc3881e8
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2015-05-21T08:16:58Z

    [storm-compat] Simple examples added

commit 61ab549fd0a25a09df7b8cfcd16372b93b2cceec
Author: szape <nemderogator...@gmail.com>
Date:   2015-05-28T14:31:18Z

    [storm-compat] Storm compatibility layer wrappers refactor

commit ed189aac5de79f1af50efcbb0a1d9defcc582d1a
Author: szape <nemderogator...@gmail.com>
Date:   2015-06-02T08:53:02Z

    [storm-compat] Added FiniteStormSpout interface

commit 9704649267dd29291bb14f223f17a18fc2c26cd0
Author: mbalassi <mbala...@apache.org>
Date:   2015-06-02T21:38:29Z

    [storm-compat] Moved Storm compatibility to flink-contrib

commit 3db8724d92578f3815229c0ed2d6dafd7ddf6fd5
Author: mbalassi <mbala...@apache.org>
Date:   2015-06-02T22:25:21Z

    [contrib] [build] Contrib separated to small projects

----


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

Reply via email to