[
https://issues.apache.org/jira/browse/BEAM-12045?focusedWorklogId=589942&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-589942
]
ASF GitHub Bot logged work on BEAM-12045:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Apr/21 18:31
Start Date: 27/Apr/21 18:31
Worklog Time Spent: 10m
Work Description: y1chi commented on a change in pull request #14598:
URL: https://github.com/apache/beam/pull/14598#discussion_r621490751
##########
File path: model/fn-execution/src/main/proto/beam_provision_api.proto
##########
@@ -81,4 +81,8 @@ message ProvisionInfo {
// (optional) A set of capabilities that this SDK is allowed to use in its
// interactions with this runner.
repeated string runner_capabilities = 12;
+
+ // (optional) Runtime environment metadata that are static throughout the
+ // pipeline execution.
+ map<string, string> metadata = 13;
Review comment:
The info I'm trying to pass such as job_id and job_name are results from
querying dataflow metadata server and I felt a bit weird to embed them into
pipeline_options which was passed from SDK and we don't parse and alter it in
provision process.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 589942)
Time Spent: 7h (was: 6h 50m)
> Add cloud profiler agent to Java SDK harness container
> ------------------------------------------------------
>
> Key: BEAM-12045
> URL: https://issues.apache.org/jira/browse/BEAM-12045
> Project: Beam
> Issue Type: New Feature
> Components: sdk-java-harness
> Reporter: Yichi Zhang
> Priority: P2
> Time Spent: 7h
> Remaining Estimate: 0h
>
> To enable profiling through Google Cloud Profiler for java pipelines on
> dataflow runner v2, we'll need to install the cloud profiler agent into the
> Java SDK harness container, and set up pipeline options for enabling the
> profiling.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)