-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BEAM-3060] split one job into several jobs, one for each IO. #4378
[BEAM-3060] split one job into several jobs, one for each IO. #4378
Conversation
Run seed job |
Run Java TextIO Performance Test |
@chamikaramj For this PR to properly run, following tables must be created in BigQuery:
or this PR on PerfKit that allows automatic creation must be merged. |
Run seed job |
Run Java TextIO Performance Test |
Run Java AvroIO Performance Test |
Run Java TextIO Performance Test |
Run Java CompressedTextIO Performance Test |
Run Java TFRecordIO Performance Test |
@chamikaramj Alan created tables and as you can see above tests are now passing. Each IO has own Jenkins job and pushes data to dedicated BQ table, there will be dedicated dashboard as well. |
LGTM. Thanks. |
* apache#4378 - Field Path * review changes * 2nd review changes * 3rd review changes
Follow this checklist to help us incorporate your contribution quickly and easily:
[BEAM-XXX] Fixes bug in ApproximateQuantiles
, where you replaceBEAM-XXX
with the appropriate JIRA issue.mvn clean verify
to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.