You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Dawid Wysakowicz (JIRA)" <ji...@apache.org> on 2018/03/15 14:32:00 UTC

[jira] [Updated] (BEAM-1107) Display user names for steps in the Flink Web UI

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

Dawid Wysakowicz updated BEAM-1107:
-----------------------------------
    Fix Version/s:     (was: Not applicable)
                   2.5.0

> Display user names for steps in the Flink Web UI
> ------------------------------------------------
>
>                 Key: BEAM-1107
>                 URL: https://issues.apache.org/jira/browse/BEAM-1107
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-flink
>            Reporter: Daniel Halperin
>            Assignee: Aljoscha Krettek
>            Priority: Major
>             Fix For: 2.5.0
>
>         Attachments: screenshot-1.png
>
>
> [copying in-person / email discussion at Strata Singapore to JIRA]
> The FlinkBatchTransformTranslators use transform.getName() [1] -- this is the "SDK name" for the transform.
> The "user name" for the transform is not available here, it is in fact on the TransformHierarchy.Node as node.getFullName() [2].
> getFullName() is used some in Flink, but not when setting step names.
> I drafted a quick commit that sort of propagates the user names to the web UI (but only for DataSource, and still too verbose: https://github.com/dhalperi/incubator-beam/commit/a2f1fb06b22a85ec738e4f2a604c9a129891916c)
> Before this change, the "ReadLines" step showed up as: "DataSource (at Read(CompressedSource) (org.apache.beam.runners.flink.translation.wrappers.SourceInputFormat))"
> With this change, it shows up as "DataSource (at ReadLines/Read (org.apache.beam.runners.flink.translation.wrappers.SourceInputFormat))"
> which I think is closer. [I'd still like it to JUST be "ReadLines/Read" e.g.].
> Thoughts?
> [1] https://github.com/apache/incubator-beam/blob/master/runners/flink/runner/src/main/java/org/apache/beam/runners/flink/translation/FlinkBatchTransformTranslators.java#L129
> [2] https://github.com/apache/incubator-beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/runners/TransformHierarchy.java#L252



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)