You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2018/01/23 19:40:11 UTC

[beam] branch master updated (7a4e98f -> ae1f547)

This is an automated email from the ASF dual-hosted git repository.

tgroh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 7a4e98f  Merge pull request #4455 from aaltay/comb
     add 10a6e92  Added an example pipeline that uses stateful processing to output team score every time it passes a new multiple of a threshold.
     new ae1f547  Merge pull request #4272

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../beam/examples/complete/game/GameStats.java     |  22 +-
 .../examples/complete/game/HourlyTeamScore.java    |   6 +-
 .../beam/examples/complete/game/LeaderBoard.java   |  19 +-
 .../examples/complete/game/StatefulTeamScore.java  | 228 +++++++++++++++++++++
 .../examples/complete/game/injector/Injector.java  |  15 +-
 .../complete/game/utils/GameConstants.java         |  23 ++-
 .../complete/game/StatefulTeamScoreTest.java       | 208 +++++++++++++++++++
 7 files changed, 467 insertions(+), 54 deletions(-)
 create mode 100644 examples/java8/src/main/java/org/apache/beam/examples/complete/game/StatefulTeamScore.java
 copy runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/util/CloudObjectKinds.java => examples/java8/src/main/java/org/apache/beam/examples/complete/game/utils/GameConstants.java (60%)
 create mode 100644 examples/java8/src/test/java/org/apache/beam/examples/complete/game/StatefulTeamScoreTest.java

-- 
To stop receiving notification emails like this one, please contact
tgroh@apache.org.

[beam] 01/01: Merge pull request #4272

Posted by tg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tgroh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit ae1f54765fe109a75ecaee58071de135e0504b09
Merge: 7a4e98f 10a6e92
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Tue Jan 23 11:40:05 2018 -0800

    Merge pull request #4272
    
    [BEAM-3362] Add a java example that uses stateful processing.

 .../beam/examples/complete/game/GameStats.java     |  22 +-
 .../examples/complete/game/HourlyTeamScore.java    |   6 +-
 .../beam/examples/complete/game/LeaderBoard.java   |  19 +-
 .../examples/complete/game/StatefulTeamScore.java  | 228 +++++++++++++++++++++
 .../examples/complete/game/injector/Injector.java  |  15 +-
 .../complete/game/utils/GameConstants.java         |  35 ++++
 .../complete/game/StatefulTeamScoreTest.java       | 208 +++++++++++++++++++
 7 files changed, 489 insertions(+), 44 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
tgroh@apache.org.