[ https://issues.apache.org/jira/browse/FLINK-3680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15654573#comment-15654573 ]
ASF GitHub Bot commented on FLINK-3680: --------------------------------------- Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/2457#discussion_r87440964 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/jsonplan/JsonPlanGenerator.java --- @@ -52,10 +52,10 @@ public static String generatePlan(JobGraph jg) { for (JobVertex vertex : jg.getVertices()) { String operator = vertex.getOperatorName() != null ? - vertex.getOperatorName() : NOT_SET; + vertex.getOperatorName() : ""; --- End diff -- Why not change `NOT_SET` to be `""`? > Remove or improve (not set) text in the Job Plan UI > --------------------------------------------------- > > Key: FLINK-3680 > URL: https://issues.apache.org/jira/browse/FLINK-3680 > Project: Flink > Issue Type: Bug > Components: Webfrontend > Reporter: Jamie Grier > Assignee: Ivan Mushketyk > Attachments: Screen Shot 2016-03-29 at 8.12.17 PM.png, Screen Shot > 2016-03-29 at 8.13.12 PM.png > > > When running streaming jobs the UI display (not set) in the UI in a few > different places. This is not the case for batch jobs. > To illustrate I've included screen shots of the UI for the batch and > streaming WordCount examples. -- This message was sent by Atlassian JIRA (v6.3.4#6332)