[
https://issues.apache.org/jira/browse/FLINK-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15622278#comment-15622278
]
ASF GitHub Bot commented on FLINK-4450:
---------------------------------------
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/2439
I think this is getting into good shape, we can almost merge it.
Two things remaining:
1. Can you rebase/squash all commits into one commit?
2. There is a complilation error, probably a missing dependency, see
below.
Hope that when those are addresses, we can merge this.
```
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/travis/build/apache/flink/flink-contrib/flink-storm/src/main/java/org/apache/flink/storm/api/FlinkSubmitter.java:[30,23]
package org.json.simple does not exist
[INFO] 1 error
[INFO] -------------------------------------------------------------
```
> 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)