Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 30CD4200B66 for ; Thu, 4 Aug 2016 04:23:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2F579160A8C; Thu, 4 Aug 2016 02:23:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 51FEB160A86 for ; Thu, 4 Aug 2016 04:23:24 +0200 (CEST) Received: (qmail 71857 invoked by uid 500); 4 Aug 2016 02:23:23 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 71848 invoked by uid 99); 4 Aug 2016 02:23:23 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2016 02:23:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 05A481A7258 for ; Thu, 4 Aug 2016 02:23:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.196 X-Spam-Level: X-Spam-Status: No, score=-5.196 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Of0gu_lnMVJW for ; Thu, 4 Aug 2016 02:23:21 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 5E6DB5FD67 for ; Thu, 4 Aug 2016 02:23:21 +0000 (UTC) Received: (qmail 71034 invoked by uid 99); 4 Aug 2016 02:23:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2016 02:23:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C1E892C0E38 for ; Thu, 4 Aug 2016 02:23:20 +0000 (UTC) Date: Thu, 4 Aug 2016 02:23:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-498) Make DoFnWithContext the new DoFn MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 04 Aug 2016 02:23:25 -0000 [ https://issues.apache.org/jira/browse/BEAM-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407011#comment-15407011 ] ASF GitHub Bot commented on BEAM-498: ------------------------------------- GitHub user kennknowles opened a pull request: https://github.com/apache/incubator-beam/pull/781 [BEAM-498] Port examples to new DoFn Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure the PR title is formatted like: `[BEAM-] Description of pull request` - [x] Make sure tests pass via `mvn clean verify`. (Even better, enable Travis-CI on your fork and ensure the whole test matrix passes). - [x] Replace `` in the title with the actual Jira issue number, if there is one. - [x] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt). --- R: @bjchambers pretty nice to be showcasing the `BoundedWindow` parameter in a couple of them. Any other reviewer can feel free to LGTM if they are happy with it. It is pretty mechanical. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kennknowles/incubator-beam examples-new-DoFn Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/781.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #781 ---- commit c31986f5ee31c34538a73057638a45efd796caf5 Author: Kenneth Knowles Date: 2016-08-04T01:54:22Z Port example tests to new DoFn commit 8e6c0eaf66d7e5e6f2319aa13efe627b9fe3002a Author: Kenneth Knowles Date: 2016-08-04T02:01:16Z Port TfIdf example to new DoFn commit c3c42aafc1987d06c55e76e669f8e2c0b7b59b2c Author: Kenneth Knowles Date: 2016-08-04T02:03:11Z Port TopWikipediaSessions example to new DoFn commit 380f26afc73620abecbd38118095b96f1a91f030 Author: Kenneth Knowles Date: 2016-08-04T02:04:50Z Port GameState Java 8 example to new DoFn commit 1584666cb2c5ef3d8c9edfefe4d8cd7b366ae133 Author: Kenneth Knowles Date: 2016-08-04T02:06:26Z Port the UserScore example to new DoFn commit 86e90246d582327330af7f3212b6ed2c6a4f6af7 Author: Kenneth Knowles Date: 2016-08-04T02:07:56Z Port StreamingWordExtract example to new DoFn commit 30da6afd8d06f63f0a0a7ebafc51e8d30217763c Author: Kenneth Knowles Date: 2016-08-04T02:08:19Z fixup! UserScore commit 18ee240879a0edc738355746f13b5c6b967babf7 Author: Kenneth Knowles Date: 2016-08-04T02:09:39Z Port TrafficMaxLaneFlow to new DoFn commit 589337562cf59c511dbc49030a88110cbfcd5a3a Author: Kenneth Knowles Date: 2016-08-04T02:10:43Z Port TrafficeRoutes example to new DoFn commit 616411a1263604182f4cab7e899de3df22fc734d Author: Kenneth Knowles Date: 2016-08-04T02:12:08Z Port DatastoreWordCount example to new DoFn commit 4878f0b274c656f4d9951f471b7ef346fca58d1f Author: Kenneth Knowles Date: 2016-08-04T02:13:19Z Port BigQueryTornadoes example to new DoFn commit 480926d9591bfa0dace4af6d6883650bae61bb99 Author: Kenneth Knowles Date: 2016-08-04T02:13:58Z Port MaxPerKeyExamples to new DoFn commit 607ed16fdc38ad19fc711844e0c55da6306d0882 Author: Kenneth Knowles Date: 2016-08-04T02:14:37Z Port CombinePerKeyExamples to new DoFn commit e2262521eb4e84a258bfff03edab1440e91fd9f3 Author: Kenneth Knowles Date: 2016-08-04T02:15:56Z Port TriggerExample to new DoFn commit 8b376606d9a956a2be9b70508010a19d34584d81 Author: Kenneth Knowles Date: 2016-08-04T02:17:26Z Port JoinExamples to new DoFn commit 00e19ae9e690e35e73a0f8aff2bbbbc1a371d80c Author: Kenneth Knowles Date: 2016-08-04T02:18:07Z Port FilterExamples to new DoFn commit 16b9ca531970b6b32c91229df80926fa0d99714c Author: Kenneth Knowles Date: 2016-08-04T02:18:38Z fixup! TriggerExample commit ba47f11fb0d1aa99141ab12a4a3665a52d1e016e Author: Kenneth Knowles Date: 2016-08-04T02:19:38Z Fix mention of DoFn in WordCountTest ---- > Make DoFnWithContext the new DoFn > --------------------------------- > > Key: BEAM-498 > URL: https://issues.apache.org/jira/browse/BEAM-498 > Project: Beam > Issue Type: New Feature > Components: sdk-java-core > Reporter: Kenneth Knowles > Assignee: Kenneth Knowles > -- This message was sent by Atlassian JIRA (v6.3.4#6332)