[
https://issues.apache.org/jira/browse/FLINK-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15043992#comment-15043992
]
ASF GitHub Bot commented on FLINK-3023:
---------------------------------------
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/1422#discussion_r46773662
--- 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 --
I think the commitID is `EnvironmentInformation.UNKNOWN` if its not
available?
> 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)