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

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

                Author: ASF GitHub Bot
            Created on: 13/Apr/20 23:30
            Start Date: 13/Apr/20 23:30
    Worklog Time Spent: 10m 
      Work Description: iemejia commented on issue #11406: [BEAM-9748] Move 
Reparallelize transform to Reshuffle
URL: https://github.com/apache/beam/pull/11406#issuecomment-613144797
 
 
   > Why do we want to do this over Reshuffle.viaRandomKeys which should get us 
the output parallelization we want?
   
   I think that's the case, maybe @jkff who created that code may confirm.
   There seems to be some more details in the implementation choice in the 
original ticket [BEAM-2803](https://issues.apache.org/jira/browse/BEAM-2803)
 
----------------------------------------------------------------
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: 421737)
    Time Spent: 1h  (was: 50m)

> Move Reparallelize transform to Reshuffle
> -----------------------------------------
>
>                 Key: BEAM-9748
>                 URL: https://issues.apache.org/jira/browse/BEAM-9748
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Ismaël Mejía
>            Assignee: Ismaël Mejía
>            Priority: Minor
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Some DoFn based IOs like JdbcIO and RedisIO rely on the Reparallelize 
> transform,
> a combination of a an empty PCollectionView and Reshuffle to force the
> materialization and reparallelize a PCollection. The idea of this issue is to
> extract this transform and expose it as part of the internal Reshuffle
> transform to avoid repeating the code for transforms (notably IOs) that 
> require
> to reparallelize its output.



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

Reply via email to