[
https://issues.apache.org/jira/browse/BEAM-6165?focusedWorklogId=171449&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-171449
]
ASF GitHub Bot logged work on BEAM-6165:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Dec/18 03:56
Start Date: 03/Dec/18 03:56
Worklog Time Spent: 10m
Work Description: tweise commented on a change in pull request #7183:
[BEAM-6165] send metrics to Flink in portable Flink runner
URL: https://github.com/apache/beam/pull/7183#discussion_r238139328
##########
File path:
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkExecutionEnvironments.java
##########
@@ -127,22 +129,24 @@ static StreamExecutionEnvironment
createStreamExecutionEnvironment(
LOG.info("Creating a Streaming Environment.");
String masterUrl = options.getFlinkMaster();
- Configuration flinkConfig = getFlinkConfiguration(confDir);
+ Configuration flinkConfiguration = getFlinkConfiguration(confDir);
Review comment:
I don't think this change is necessary for the scope of this PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 171449)
Time Spent: 1h (was: 50m)
> Send metrics to Flink in portable Flink runner
> ----------------------------------------------
>
> Key: BEAM-6165
> URL: https://issues.apache.org/jira/browse/BEAM-6165
> Project: Beam
> Issue Type: Improvement
> Components: runner-flink
> Affects Versions: 2.8.0
> Reporter: Ryan Williams
> Assignee: Ryan Williams
> Priority: Major
> Labels: metrics, portability, portability-flink
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Metrics are sent from the fn harness to runnerĀ in the Python SDK (and likely
> Java soon), but the portable Flink runner doesn't pass them on to Flink,
> which it should, so that users can see them in e.g. the Flink UI or via any
> Flink metrics reporters.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)