You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 01:45:47 UTC

[GitHub] [beam] kennknowles opened a new issue, #19453: Populate labels and custom metadata on VMs that serves Dataflow

kennknowles opened a new issue, #19453:
URL: https://github.com/apache/beam/issues/19453

   For now, Apache Beam on Google Dataflow doesn't provide functionality to pass custom labels and metadata on VM instances that serve Dataflow job. Only labels on Job is available. 
   
   Actually com.google.api.services.dataflow.model.WorkerPool alredy has the field _metadata_ but metod _setMetadata_ never using.
   
   Need to add functionality to provide custom labels and metadata on VM instances via running Dataflow job on Google cloud.
   
   Imported from Jira [BEAM-6832](https://issues.apache.org/jira/browse/BEAM-6832). Original Jira may contain additional context.
   Reported by: alex3.14.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] kennknowles commented on issue #19453: Populate labels and custom metadata on VMs that serves Dataflow

Posted by GitBox <gi...@apache.org>.
kennknowles commented on issue #19453:
URL: https://github.com/apache/beam/issues/19453#issuecomment-1196066518

   You can use `DataflowPipelineOptions.setLabels` today.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] prasrvenkat commented on issue #19453: Populate labels and custom metadata on VMs that serves Dataflow

Posted by GitBox <gi...@apache.org>.
prasrvenkat commented on issue #19453:
URL: https://github.com/apache/beam/issues/19453#issuecomment-1196103483

   > You can use `DataflowPipelineOptions.setLabels` today.
   
   Ok awesome thank you


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Stabmeqt commented on issue #19453: Populate labels and custom metadata on VMs that serves Dataflow

Posted by "Stabmeqt (via GitHub)" <gi...@apache.org>.
Stabmeqt commented on issue #19453:
URL: https://github.com/apache/beam/issues/19453#issuecomment-1471875984

   What about setting VM metadata (not just labels)? I.e. I'd like to be able to set "block-project-ssh-keys" property to dataflow VMs


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] prasrvenkat commented on issue #19453: Populate labels and custom metadata on VMs that serves Dataflow

Posted by GitBox <gi...@apache.org>.
prasrvenkat commented on issue #19453:
URL: https://github.com/apache/beam/issues/19453#issuecomment-1196062543

   @kennknowles @damccorm Would you know if this is being worked on? If not can I take it? Let me know. 


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org