GitHub user liuyuzhong reopened a pull request:

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

    [Flink-4450] add a new module "flink-apache-storm" to support new storm 
verion program (higher than 1.0.0)

    @StephanEwen 
    
    1. Create new module "flink-apache-storm" copy from 
flink-contrib/flink-storm, It support compatibility layer for storm which 
higher than 1.0.0.
    
    2. Create new module "flink-apache-storm-examples" copy from 
flink-contrib/flink-storm-examples, given the examples for storm program which 
version higher than 1.0.0
    
    3. mvn clean verify: ok
    
    4. Test: ok
    
    - run new storm example   
    
    ```
      bin/flink run 
flink/flink-contrib/flink-apache-storm-examples/target/WordCount-StormTopology.jar
      bin/flink run 
flink/flink-contrib/flink-apache-storm-examples/target/WordCount-BoltTokenizer.jar
      bin/flink run 
flink/flink-contrib/flink-apache-storm-examples/target/WordCount-SpoutSource.jar
  
    ```
    
    - run old storm example:
    
    ```  
     bin/flink run 
flink/flink-contrib/flink-storm-examples/target/WordCount-StormTopology.jar
      bin/flink run 
flink/flink-contrib/flink-storm-examples/target/WordCount-BoltTokenizer.jar
      bin/flink run 
flink/flink-contrib/flink-storm-examples/target/WordCount-SpoutSource.jar  
    ```

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

    $ git pull https://github.com/liuyuzhong/flink FLINK-4450

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

    https://github.com/apache/flink/pull/2452.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 #2452
    
----
commit eeb1fc284d6879404b05eab422ed898a9440cdb5
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-08-29T11:03:15Z

    #4450 update storm version to 1.0.0

commit 055743ad65c6213e8fe8d422e929e795c3bad8f1
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-08-30T06:05:08Z

    #4450 update storm version to 1.0.0 in flink-storm-examples

commit 409827d8e7ac69743b9c7f98774c001f6551457c
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-08-30T06:10:47Z

    #4450 reverse for uncorrect change submit pom.xml

commit eebd8c534933fb2639dc248469ba56a2ed053cb7
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-08-30T06:12:00Z

    #4450 reverse for uncorrect change submit pom.xml

commit 8788b0eb2146f3a7bb3d0af2ae61cabc7741f6bf
Author: liuyuzhong <darezh...@qq.com>
Date:   2016-08-30T06:14:44Z

    Merge pull request #1 from liuyuzhong/4450
    
    #4450 update storm version to 1.0.0

commit 89d04437c74567fe21949f0b3ac5730e42002db2
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-08-31T03:12:14Z

    #4450 exclusion unnecessary dependency in flink-storm

commit 3a20d1957a986daa0eb4758d701cd9cd0ac98839
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-08-31T03:14:21Z

    #4450 delete LocalCluster storm topology test

commit 5765f2d51e6e84d82f2697d2c7ad7656ca8708c1
Author: liuyuzhong <darezh...@qq.com>
Date:   2016-08-31T03:26:21Z

    Merge pull request #2 from liuyuzhong/4450
    
    4450

commit 33bd4f377074cd680299891a97734cd8658b4129
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-09-01T04:58:56Z

    #4450 sync to https://github.com/apache/flink.git

commit 3be5a1b1ec12ffb22eea5695c51723129d566a98
Author: liuyuzhong <darezh...@qq.com>
Date:   2016-09-01T05:02:14Z

    Merge pull request #3 from liuyuzhong/4450
    
    #4450 sync to https://github.com/apache/flink.git

commit a0dfde6b70fe5c12bee0a9257cfa0c3a1bb19fac
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-09-01T05:32:43Z

    sync to https://github.com/apache/flink.git

commit 3afe545558295e7284974d157d56be4d8829510b
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-09-01T05:33:11Z

    Merge branch 'FLINK-4450'

commit 84f951dfe424a8867454a7b6196abd33d6c4207c
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-09-01T06:12:04Z

    FLINK-4450 campable old storm version

commit da783f415d29b503b351d12ed7ada48c5ea1b953
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-09-01T07:10:08Z

    FLINK-4450 campable for apache storm which version higher than 1.0.0

commit c8f63e7cfffc529c4c383ffebc01832b7c480bfa
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-09-05T02:02:56Z

    Merge remote-tracking branch 'upstream/master'

commit 9544e967948dbddcee578e26e82f616f32cca1db
Author: yuzhongliu <yuzhong...@tencent.com>
Date:   2016-09-05T02:14:09Z

    Merge remote-tracking branch 'origin/master' into FLINK-4450

----


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