[
https://issues.apache.org/jira/browse/BEAM-6243?focusedWorklogId=190061&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-190061
]
ASF GitHub Bot logged work on BEAM-6243:
----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Jan/19 15:47
Start Date: 25/Jan/19 15:47
Worklog Time Spent: 10m
Work Description: robertwb commented on issue #7297: [BEAM-6243] Add an
experiment to use Python's optimizer on Flink.
URL: https://github.com/apache/beam/pull/7297#issuecomment-457616400
Run Python PreCommit
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 190061)
Time Spent: 1h 40m (was: 1.5h)
> TFX pipelines experience a huge blowup in intermediate data size
> ----------------------------------------------------------------
>
> Key: BEAM-6243
> URL: https://issues.apache.org/jira/browse/BEAM-6243
> Project: Beam
> Issue Type: Bug
> Components: runner-flink
> Reporter: Robert Bradshaw
> Priority: Major
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> The elements in TFX intermediate collections are dictionaries of (typically
> single-element) numpy arrays, which are (relatively) expensive to serialize
> (e.g. using pickle for the numpy wrapper of a primitive int/float, repeating
> the column names in every element).
> Though it'd be good to use a better intermediate representation, this is
> exacerbated because the fusion algorithm does not pack as much possible into
> executable stages.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)