[
https://issues.apache.org/jira/browse/FLINK-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15044083#comment-15044083
]
ASF GitHub Bot commented on FLINK-3023:
---------------------------------------
Github user sachingoel0101 commented on a diff in the pull request:
https://github.com/apache/flink/pull/1422#discussion_r46774718
--- Diff:
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/ClusterOverviewHandler.java
---
@@ -63,6 +67,10 @@ public String handleRequest(Map<String, String> params,
ActorGateway jobManager)
gen.writeNumberField("jobs-finished",
overview.getNumJobsFinished());
gen.writeNumberField("jobs-cancelled",
overview.getNumJobsCancelled());
gen.writeNumberField("jobs-failed",
overview.getNumJobsFailed());
+ gen.writeStringField("flink-version", version);
+ if (commitID != null) {
--- End diff --
Gah. Apologies. I should've been more careful. Fixed it.
> Show Flink version + commit id for -SNAPSHOT versions in web frontend
> ---------------------------------------------------------------------
>
> Key: FLINK-3023
> URL: https://issues.apache.org/jira/browse/FLINK-3023
> Project: Flink
> Issue Type: Improvement
> Components: Webfrontend
> Reporter: Robert Metzger
> Assignee: Sachin Goel
>
> The old frontend was showing the Flink version and the commit id for SNAPSHOT
> builds.
> This is a helpful feature to quickly see which Flink version is running.
> It would be nice to add this again to the web interface.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)