[
https://issues.apache.org/jira/browse/FLINK-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14768870#comment-14768870
]
ASF GitHub Bot commented on FLINK-2566:
---------------------------------------
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/1135#discussion_r39624182
--- Diff:
flink-contrib/flink-storm-compatibility/flink-storm-compatibility-core/src/main/java/org/apache/flink/stormcompatibility/api/FlinkTopology.java
---
@@ -28,17 +28,14 @@
* cannot be executed directly, but must be handed over to a {@link
FlinkLocalCluster}, {@link FlinkSubmitter}, or
* {@link FlinkClient}.
*/
-class FlinkTopology extends StreamExecutionEnvironment {
+public class FlinkTopology extends StreamExecutionEnvironment {
--- End diff --
While trying out the Storm compat, I stumbled across the fact that the
FlinkTopology was only package visible
--> Good fix ;)
> FlinkTopologyContext not populated completely
> ---------------------------------------------
>
> Key: FLINK-2566
> URL: https://issues.apache.org/jira/browse/FLINK-2566
> Project: Flink
> Issue Type: Improvement
> Components: Storm Compatibility
> Reporter: Matthias J. Sax
> Assignee: Matthias J. Sax
> Priority: Minor
>
> Currently FlinkTopologyContext is not populated completely. It only contains
> enough information to make WordCount example work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)