-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-77] Reorganize Java packages in the Google Cloud Dataflow runner #239
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
Conversation
|
LGTM assuming it is green. |
|
This will need a new worker on the Dataflow service, before it could be merged. |
| * Unless required by applicable law or agreed to in writing, software | ||
| * distributed under the License is distributed on an "AS IS" BASIS, | ||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| * See the License for the specific language governing permissions and |
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.
Comment in TestPipeline.java will now be out of date.
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.
Done.
Java8tests module doesn't have sources, only tests. Hence, all dependencies should have scope of test. If not, dependency analysis correctly finds unused dependencies.
This is needed for package reorganization in runners/google-cloud-dataflow. Those classes will have to move away from org.apache.beam.sdk.* packages.
…runner Packages are moving from org.apache.beam.sdk to org.apache.beam.runners.dataflow.
in this pull request
[euphoria-spark] Add default parallelism to local mode.
Remove spurious Reverts section (all ancient commits unrelated to this release). Tweak markdown, language.
Move packages from
org.apache.beam.sdktoorg.apache.beam.runners.dataflow.R: @bjchambers