[
https://issues.apache.org/jira/browse/FLINK-3395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15339478#comment-15339478
]
ASF GitHub Bot commented on FLINK-3395:
---------------------------------------
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/2092#discussion_r67688097
--- Diff: flink-scala-shell/pom.xml ---
@@ -70,27 +71,19 @@ under the License.
<artifactId>scala-library</artifactId>
<version>${scala.version}</version>
</dependency>
+
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>${scala.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-streaming-java_2.10</artifactId>
- <version>1.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId>flink-streaming-scala_2.10</artifactId>
- <version>1.1-SNAPSHOT</version>
--- End diff --
Oh wow. This is really bad.
> Polishing the web UI
> --------------------
>
> Key: FLINK-3395
> URL: https://issues.apache.org/jira/browse/FLINK-3395
> Project: Flink
> Issue Type: Improvement
> Components: Webfrontend
> Reporter: Greg Hogan
> Assignee: Greg Hogan
>
> On the job properties page one must select an operator from the plan.
> Elsewhere in the UI a list of operators is displayed and clicking the table
> or the plan will reveal the requested information.
> A list of operators could likewise be added to the timeline page.
> The job exceptions page should display a "No exceptions" notification as done
> elsewhere for when there is nothing to display.
> The job plan is not redrawn when the browser window is resized.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)