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 2EA80200D0B for ; Wed, 13 Sep 2017 04:26:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2E2B61609C8; Wed, 13 Sep 2017 02:26:31 +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 6C22F1609B4 for ; Wed, 13 Sep 2017 04:26:30 +0200 (CEST) Received: (qmail 74553 invoked by uid 500); 13 Sep 2017 02:26:29 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 74544 invoked by uid 99); 13 Sep 2017 02:26:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2017 02:26:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5EA7DF57AA; Wed, 13 Sep 2017 02:26:29 +0000 (UTC) From: huafengw To: commits@beam.apache.org Reply-To: commits@beam.apache.org Message-ID: Subject: [GitHub] beam pull request #3845: mr-runner: use SerializablePipelineOptions to serde... Content-Type: text/plain Date: Wed, 13 Sep 2017 02:26:29 +0000 (UTC) archived-at: Wed, 13 Sep 2017 02:26:31 -0000 GitHub user huafengw opened a pull request: https://github.com/apache/beam/pull/3845 mr-runner: use SerializablePipelineOptions to serde PipelineOptions You can merge this pull request into a Git repository by running: $ git pull https://github.com/huafengw/beam mr Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/3845.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 #3845 ---- commit aa0d7f9bcfe33704ae107500ec9520a547712f2e Author: huafengw Date: 2017-09-13T02:24:24Z mr-runner: use SerializablePipelineOptions to serde PipelineOptions ---- ---