Skip to content
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

Merged
merged 5 commits into from
Oct 8, 2018

Conversation

boyuanzz
Copy link
Contributor

@boyuanzz boyuanzz commented Oct 3, 2018

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

@boyuanzz boyuanzz changed the title Bring dataflow java worker code into beam [BEAM-5634]Bring dataflow java worker code into beam Oct 3, 2018
@boyuanzz boyuanzz changed the title [BEAM-5634]Bring dataflow java worker code into beam [BEAM-5634] Bring dataflow java worker code into beam Oct 3, 2018
@herohde
Copy link
Contributor

herohde commented Oct 3, 2018

Run Java PostCommit

@boyuanzz
Copy link
Contributor Author

boyuanzz commented Oct 4, 2018

Run Java PreCommit

1 similar comment
@boyuanzz
Copy link
Contributor Author

boyuanzz commented Oct 4, 2018

Run Java PreCommit

@boyuanzz boyuanzz force-pushed the dataflow_java_worker branch 3 times, most recently from be28f55 to 30296ce Compare October 4, 2018 23:55
@boyuanzz
Copy link
Contributor Author

boyuanzz commented Oct 5, 2018

Run Java PreCommit

1 similar comment
@boyuanzz
Copy link
Contributor Author

boyuanzz commented Oct 5, 2018

Run Java PreCommit

@boyuanzz
Copy link
Contributor Author

boyuanzz commented Oct 5, 2018

This PR is ready for merge. @kennknowles

@kennknowles
Copy link
Member

Thanks! Once IP clearance is complete, I will (squash &) merge it.

@kennknowles
Copy link
Member

IP clearance is good; going to re-run Java presubmit since it has been a few days.

@kennknowles
Copy link
Member

run java precommit

@boyuanzz
Copy link
Contributor Author

boyuanzz commented Oct 8, 2018

All tests passed. This PR is ready to merge. Thanks for your help! @kennknowles

@kennknowles kennknowles merged commit 1c0a0bf into apache:master Oct 8, 2018
}
}

compile "org.apache.beam:beam-model-fn-execution:$version"
Copy link
Contributor

@robertwb robertwb Oct 9, 2018

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.)

Copy link
Contributor Author

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.

@boyuanzz boyuanzz deleted the dataflow_java_worker branch October 10, 2018 17:11
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.

None yet

4 participants