Skip to content

[BEAM-6253] SamzaRunner: Add a few customized transforms for runner use cases#7302

Merged
xinyuiscool merged 1 commit intoapache:masterfrom
xinyuiscool:BEAM-6253
Dec 18, 2018
Merged

[BEAM-6253] SamzaRunner: Add a few customized transforms for runner use cases#7302
xinyuiscool merged 1 commit intoapache:masterfrom
xinyuiscool:BEAM-6253

Conversation

@xinyuiscool
Copy link
Contributor

Support GroupByKey/CoGroupByKey without repartitioning and updating accumulation after firing a window pane.

Please add a meaningful description for your change here


Follow this checklist to help us incorporate your contribution quickly and easily:

  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

It will help us expedite review of your Pull Request if you tag someone (e.g. @username) to look at it.

Post-Commit Tests Status (on master branch)

Lang SDK Apex Dataflow Flink Gearpump Samza Spark
Go Build Status --- --- --- --- --- ---
Java Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status
Python Build Status --- Build Status
Build Status
Build Status --- --- ---

…se cases

Support GroupByKey/CoGroupByKey without repartitioning and updating accumulation after firing a window pane.
Copy link
Contributor

@lhaiesp lhaiesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change has been reviewed and approved internally at LinkedIn


/**
* A wrapper transform of {@link org.apache.beam.sdk.transforms.GroupByKey} or {@link
* org.apache.beam.sdk.transforms.join.CoGroupByKey} to indicate there is no repartition needed for
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a little bit more specific? Like "this is useful when input partitions are already aligned" somewhere in the paragraph.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am going to address this in a later patch. It's so hard to get beam tests all green :(

Copy link
Contributor

@lhaiesp lhaiesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@xinyuiscool
Copy link
Contributor Author

Run Portable_Python PreCommit

1 similar comment
@xinyuiscool
Copy link
Contributor Author

Run Portable_Python PreCommit

@xinyuiscool xinyuiscool merged commit 6ba3a45 into apache:master Dec 18, 2018
@xinyuiscool xinyuiscool deleted the BEAM-6253 branch December 18, 2018 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants