You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/30 06:32:20 UTC

[jira] [Commented] (FLINK-4450) update storm version to 1.0.0

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

ASF GitHub Bot commented on FLINK-4450:
---------------------------------------

GitHub user liuyuzhong opened a pull request:

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

    update storm verion to 1.0.0 in flink-storm and flink-storm-examples

    This pull is for update storm version to 1.0.0 https://issues.apache.org/jira/browse/FLINK-4450
     
    Because Apache Storm version after 1.0.0, the pacakge name was changed from "backtype.*" to “org.apache.*", and this change will work for all the storm which version higher than 1.0.0
    
    build successfully and run successfully in my test environment.
    


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

    $ git pull https://github.com/liuyuzhong/flink master

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

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

    #4450 update storm version to 1.0.0

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

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

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

    #4450 reverse for uncorrect change submit pom.xml

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

    #4450 reverse for uncorrect change submit pom.xml

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

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

----


> update storm version to 1.0.0
> -----------------------------
>
>                 Key: FLINK-4450
>                 URL: https://issues.apache.org/jira/browse/FLINK-4450
>             Project: Flink
>          Issue Type: Improvement
>          Components: flink-contrib
>            Reporter: yuzhongliu
>             Fix For: 2.0.0
>
>
> The storm package path was changed in new version
> storm old version package:
> backtype.storm.*
> storm new version pachage:
> org.apache.storm.*
> shall we update flink/flink-storm code to new storm version?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)