[ 
https://issues.apache.org/jira/browse/BEAM-2085?focusedWorklogId=593007&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-593007
 ]

ASF GitHub Bot logged work on BEAM-2085:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/May/21 20:36
            Start Date: 06/May/21 20:36
    Worklog Time Spent: 10m 
      Work Description: tvalentyn commented on pull request #14607:
URL: https://github.com/apache/beam/pull/14607#issuecomment-833843012


   > To clarify why this came up: we have some test that takes the pipeline 
options and tries to turn them back into cmdline args and then read them again.
   > 
   > So `null` gets serialized to the string `"null"` but I don't think this 
can be expressed in cmdline args. The translation wasn't that smart, so it put 
`--resourceHints=null` on the command line, and then that parses back as the 
JSON value `["null"]`. That's the real bug. But as long as we don't need null 
vs empty list, let's just do empty list.
   
   @TheNeuralBit also came across this and beat me to the fix: 
https://github.com/apache/beam/pull/14736.
   
   


-- 
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: 593007)
    Time Spent: 39.5h  (was: 39h 20m)

> Transforms could give hints to runners on resource requirements
> ---------------------------------------------------------------
>
>                 Key: BEAM-2085
>                 URL: https://issues.apache.org/jira/browse/BEAM-2085
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-model, runner-core, sdk-java-core
>    Affects Versions: Not applicable
>            Reporter: Ismaël Mejía
>            Assignee: Valentyn Tymofieiev
>            Priority: P3
>              Labels: Clarified
>          Time Spent: 39.5h
>  Remaining Estimate: 0h
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to