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/03 17:29:49 UTC

[GitHub] [beam] kennknowles opened a new issue, #18370: Transforms could give hints to runners on resource requirements

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

   As discussed in BEAM-673 runners can allocate workers to accomplish their work in a better way if they can take into account some hints from the transforms, e.g. a source can hint data locality and with this information the runner can allocate the workers in an better way, this can also be the case with a particular transform that can suggest to the runner to be executed in a worker with a specific resource, e.g. GPU.
   
   Imported from Jira [BEAM-2085](https://issues.apache.org/jira/browse/BEAM-2085). Original Jira may contain additional context.
   Reported by: iemejia.


-- 
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 #18370: Transforms could give hints to runners on resource requirements

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

   The following subtask(s) are associated with this issue: #18371


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