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-1038] Allow stateful DoFn in DataflowRunner #1523

Closed
wants to merge 1 commit into from

Conversation

kennknowles
Copy link
Member

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify. (Even better, enable
    Travis-CI on your fork and ensure the whole test matrix passes).
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

Confirmed that the post commit should succeed, via the following command:

mvn verify \
    --batch-mode \
    --errors \
    --projects runners/google-cloud-dataflow-java \
    -DforkCount=0 \
    -DfailIfNoTests=false \
    -Dtest=org.apache.beam.sdk.transforms.ParDoTest \
    -DrunnableOnServicePipelineOptions='[
        "--runner=org.apache.beam.runners.dataflow.testing.TestDataflowRunner",
        "--project=...",
        "--tempRoot=..." ]'

with output ending in:

Running org.apache.beam.sdk.transforms.ParDoTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 273.736 sec - in org.apache.beam.sdk.transforms.ParDoTest

@kennknowles
Copy link
Member Author

R: @bjchambers

Copy link
Contributor

@bjchambers bjchambers left a comment

Choose a reason for hiding this comment

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

+1

@asfbot
Copy link

asfbot commented Dec 6, 2016

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/5581/
--none--

@asfgit asfgit closed this in 5274dce Dec 6, 2016
@kennknowles kennknowles deleted the DataflowRunner-state branch December 7, 2016 00:27
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

3 participants