[
https://issues.apache.org/jira/browse/FLINK-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15505774#comment-15505774
]
ASF GitHub Bot commented on FLINK-4450:
---------------------------------------
GitHub user liuyuzhong reopened a pull request:
https://github.com/apache/flink/pull/2439
[FLINK-4450]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 <[email protected]>
Date: 2016-08-29T11:03:15Z
#4450 update storm version to 1.0.0
commit 055743ad65c6213e8fe8d422e929e795c3bad8f1
Author: yuzhongliu <[email protected]>
Date: 2016-08-30T06:05:08Z
#4450 update storm version to 1.0.0 in flink-storm-examples
commit 409827d8e7ac69743b9c7f98774c001f6551457c
Author: yuzhongliu <[email protected]>
Date: 2016-08-30T06:10:47Z
#4450 reverse for uncorrect change submit pom.xml
commit eebd8c534933fb2639dc248469ba56a2ed053cb7
Author: yuzhongliu <[email protected]>
Date: 2016-08-30T06:12:00Z
#4450 reverse for uncorrect change submit pom.xml
commit 8788b0eb2146f3a7bb3d0af2ae61cabc7741f6bf
Author: liuyuzhong <[email protected]>
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 <[email protected]>
Date: 2016-08-31T03:12:14Z
#4450 exclusion unnecessary dependency in flink-storm
commit 3a20d1957a986daa0eb4758d701cd9cd0ac98839
Author: yuzhongliu <[email protected]>
Date: 2016-08-31T03:14:21Z
#4450 delete LocalCluster storm topology test
commit 5765f2d51e6e84d82f2697d2c7ad7656ca8708c1
Author: liuyuzhong <[email protected]>
Date: 2016-08-31T03:26:21Z
Merge pull request #2 from liuyuzhong/4450
4450
commit 33bd4f377074cd680299891a97734cd8658b4129
Author: yuzhongliu <[email protected]>
Date: 2016-09-01T04:58:56Z
#4450 sync to https://github.com/apache/flink.git
commit 3be5a1b1ec12ffb22eea5695c51723129d566a98
Author: liuyuzhong <[email protected]>
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 <[email protected]>
Date: 2016-09-01T05:32:43Z
sync to https://github.com/apache/flink.git
commit 3afe545558295e7284974d157d56be4d8829510b
Author: yuzhongliu <[email protected]>
Date: 2016-09-01T05:33:11Z
Merge branch 'FLINK-4450'
commit c8f63e7cfffc529c4c383ffebc01832b7c480bfa
Author: yuzhongliu <[email protected]>
Date: 2016-09-05T02:02:56Z
Merge remote-tracking branch 'upstream/master'
commit 5f4cf236609913739b1ce537c22ee64dc205b0f0
Author: yuzhongliu <[email protected]>
Date: 2016-09-06T04:34:35Z
Merge remote-tracking branch 'upstream/master'
commit 7d67a858277faa4b64b63fa5936bac64ad56449d
Author: yuzhongliu <[email protected]>
Date: 2016-09-20T06:37:42Z
Merge remote-tracking branch 'upstream/master'
----
> 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)