You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jkff <gi...@git.apache.org> on 2017/07/27 20:11:39 UTC

[GitHub] beam pull request #3654: [BEAM-2670] Fixes SparkRuntimeContext.getPipelineOp...

GitHub user jkff opened a pull request:

    https://github.com/apache/beam/pull/3654

    [BEAM-2670] Fixes SparkRuntimeContext.getPipelineOptions()

    It used a global variable to store the deserialized options, so even if there were several instances of SparkRuntimeContext created with different PipelineOptions, they would all return the same value depending on which one was asked first.
    
    R: @jbonofre or @staslev or @kennknowles or @tgroh or pretty much anyone

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jkff/incubator-beam fix-spark

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3654.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 #3654
    
----
commit 46bf077a8f7f981839cb0461cd308886de177862
Author: Eugene Kirpichov <ki...@google.com>
Date:   2017-07-27T20:05:23Z

    [BEAM-2670] Fixes SparkRuntimeContext.getPipelineOptions()
    
    It used a global variable to store the deserialized options,
    so even if there were several instances of SparkRuntimeContext
    created with different PipelineOptions, they would all
    return the same value depending on which one was asked first.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3654: [BEAM-2670] Deduplicates serializable wrappers over...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/beam/pull/3654


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---