[ 
https://issues.apache.org/jira/browse/BEAM-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15897245#comment-15897245
 ] 

ASF GitHub Bot commented on BEAM-1556:
--------------------------------------

GitHub user amitsela opened a pull request:

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

    [BEAM-1556] Make PipelineOptions a lazy-singleton and init IOs as par…

    …t of it.
    
    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](https://www.apache.org/licenses/icla.txt).
    
    ---


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

    $ git pull https://github.com/amitsela/beam BEAM-1556

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

    https://github.com/apache/beam/pull/2169.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 #2169
    
----
commit caf781800b4ee3ee27f4c56f6c87f04ac46225f3
Author: Sela <ans...@paypal.com>
Date:   2017-03-06T09:17:00Z

    [BEAM-1556] Make PipelineOptions a lazy-singleton and init IOs as part of 
it.

----


> Spark executors need to register IO factories
> ---------------------------------------------
>
>                 Key: BEAM-1556
>                 URL: https://issues.apache.org/jira/browse/BEAM-1556
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-spark
>            Reporter: Frances Perry
>            Assignee: Amit Sela
>
> The Spark executors need to call IOChannelUtils.registerIOFactories(options) 
> in order to support GCS file and make the default WordCount example work.
> Context in this thread: 
> https://lists.apache.org/thread.html/469a139c9eb07e64e514cdea42ab8000678ab743794a090c365205d7@%3Cuser.beam.apache.org%3E



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to