[
https://issues.apache.org/jira/browse/FLINK-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15043956#comment-15043956
]
Stephan Ewen commented on FLINK-3126:
-------------------------------------
That is part of the "toString()" method in many accumulators. We could either:
- Remove that from the toString() methods
- or use {{getLocalValue().toString()}} for what is displayed.
If possible, variant 2 seems better...
> Remove accumulator type from "value" in web frontend
> ----------------------------------------------------
>
> Key: FLINK-3126
> URL: https://issues.apache.org/jira/browse/FLINK-3126
> Project: Flink
> Issue Type: Bug
> Components: Webfrontend
> Reporter: Robert Metzger
>
> The web frontend shows the type of the counter twice:
> http://i.imgur.com/yBWT8GR.png
> It would be nicer to just show the value "42" instead of "LongValue 42" there.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)