-
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-5634] Bring dataflow java worker code into beam #6561
Conversation
Run Java PostCommit |
Run Java PreCommit |
1 similar comment
Run Java PreCommit |
be28f55
to
30296ce
Compare
Run Java PreCommit |
1 similar comment
Run Java PreCommit |
6416b5b
to
a29f4aa
Compare
2390713
to
daccd09
Compare
This PR is ready for merge. @kennknowles |
Thanks! Once IP clearance is complete, I will (squash &) merge it. |
IP clearance is good; going to re-run Java presubmit since it has been a few days. |
run java precommit |
All tests passed. This PR is ready to merge. Thanks for your help! @kennknowles |
} | ||
} | ||
|
||
compile "org.apache.beam:beam-model-fn-execution:$version" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't this pull the dependency from maven rather than try and build what's in this repository? (I could be missunderstanding things, but it seems we want compile project(...) here instead.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @robertwb. I think you are right. I'll create a new PR to fix this build.
commit ad135ab simply copied all dataflow java worker code into runners/google-cloud-dataflow-java/worker: r: @herohde @kennknowles
commit fc89e6a fixed spotless errors.
commit 5dca67a migrated worker build into project root: r: @markflyhigh @herohde