[
https://issues.apache.org/jira/browse/BEAM-7574?focusedWorklogId=278066&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-278066
]
ASF GitHub Bot logged work on BEAM-7574:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Jul/19 08:43
Start Date: 17/Jul/19 08:43
Worklog Time Spent: 10m
Work Description: iemejia commented on issue #8946: [BEAM-7574] fix
Combine performance for SparkRunner
URL: https://github.com/apache/beam/pull/8946#issuecomment-512159301
@je-ik can you please check if there is some issue with the implementation?.
From the [jenkins
logs](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_PR/106/#showFailuresLink)
it looks like at some point the timestamps are becoming null.
----------------------------------------------------------------
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: 278066)
Time Spent: 3h 10m (was: 3h)
> Spark runner: Combine.perKey performance issues
> -----------------------------------------------
>
> Key: BEAM-7574
> URL: https://issues.apache.org/jira/browse/BEAM-7574
> Project: Beam
> Issue Type: Improvement
> Components: runner-spark
> Affects Versions: 2.13.0
> Reporter: Jan Lukavský
> Assignee: Jan Lukavský
> Priority: Major
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> Combine.perKey on current implementation uses technique of creating an
> accumulator for each input key and then merge all these accumulators
> together. Optimize this by:
> * changing accumulator from Iterable to Map, and using addInput as much as
> possible
> * try to move the window explode to pre-shuffle (add window label to key for
> non-merging windows), measure the impact, and if the impact is substantial,
> implement that for at leasit window functions assigning to single (global)
> window or single window per element (tumbling windows)
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)