You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/28 18:00:06 UTC

[jira] [Commented] (BEAM-2119) FileSystems doesn't install the local filesystem on intialization by default

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

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

GitHub user lukecwik opened a pull request:

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

    [BEAM-2119] Fix FileSystems to have the local filesystem installed by default.

    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-<Jira issue #>] 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 `<Jira issue #>` 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.pdf).
    
    ---

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

    $ git pull https://github.com/lukecwik/incubator-beam master

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

    https://github.com/apache/beam/pull/2765.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 #2765
    
----
commit 3423bfd48a3f44e0b58eaef870b6adae45db3af6
Author: Luke Cwik <lc...@google.com>
Date:   2017-04-28T17:55:52Z

    [BEAM-2119] Fix FileSystems to have the local filesystem installed by default.

----


> FileSystems doesn't install the local filesystem on intialization by default
> ----------------------------------------------------------------------------
>
>                 Key: BEAM-2119
>                 URL: https://issues.apache.org/jira/browse/BEAM-2119
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Luke Cwik
>            Assignee: Luke Cwik
>            Priority: Blocker
>
> This is causing a build break after https://github.com/apache/beam/commit/34c3ee7bfe0e0b6b95d0e9ec421a061116fc19b0 was merged.
> Trivial fix is to just always initialize with the local filesystem.
> This is causing builds to fail.



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