You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2017/04/03 12:18:41 UTC

[jira] [Updated] (FLINK-1854) Planvisualizer cannot visualize the streaming iteration example

     [ https://issues.apache.org/jira/browse/FLINK-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aljoscha Krettek updated FLINK-1854:
------------------------------------
    Component/s:     (was: Streaming)
                 DataStream API

> Planvisualizer cannot visualize the streaming iteration example
> ---------------------------------------------------------------
>
>                 Key: FLINK-1854
>                 URL: https://issues.apache.org/jira/browse/FLINK-1854
>             Project: Flink
>          Issue Type: Bug
>          Components: DataStream API, Examples
>            Reporter: Gyula Fora
>
> Planvisualizer cannot visualize the streaming iteration example.
> The generated json for the plan is:
> {"nodes":[{"id":1,"type":"Custom Source","pact":"Data Source","contents":"Custom Source at RandomFibonacciSource","parallelism":1},{"id":2,"type":"Map","pact":"Data Stream","contents":"Map at InputMap","parallelism":8,"predecessors":[{"id":1,"ship_strategy":"FORWARD","side":"second"}]},{"id":3,"type":"Map","pact":"Data Stream","contents":"Map at Step","parallelism":8,"predecessors":[{"id":2,"ship_strategy":"FORWARD","side":"second"},{"id":4,"ship_strategy":"FORWARD","side":"second"}]},{"id":4,"type":"Map","pact":"Data Source","contents":"Map","parallelism":8},{"id":5,"type":"Map","pact":"Data Stream","contents":"Map","parallelism":8,"predecessors":[{"id":3,"ship_strategy":"FORWARD","side":"second"}]},{"id":6,"type":"Map","pact":"Data Stream","contents":"Map at OutputMap","parallelism":8,"predecessors":[{"id":3,"ship_strategy":"FORWARD","side":"second"}]},{"id":7,"type":"Stream Sink","pact":"Data Stream","contents":"Stream Sink at PrintSinkFunction","parallelism":8,"predecessors":[{"id":6,"ship_strategy":"FORWARD","side":"second"}]}]}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)