GitHub user jelmerk opened a pull request:

    https://github.com/apache/flink/pull/5296

    [FLINK-8432] [filesystem-connector] Add support for openstack's swift 
filesystem

    ## What is the purpose of the change
    
    Add support for OpenStack's cloud storage solution
    
    ## Brief change log
    
    - Added new module below flink-filesystems
    
    ## Verifying this change
    
    This change added tests and can be verified as follows:
    
    - Added integration tests for simple reading and writing and listing 
directories
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): no
      - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: yes
      - The serializers: don't know
      - The runtime per-record code paths (performance sensitive): don't know
      - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: don't know
      - The S3 file system connector: no
    
    ## Documentation
    
      - Does this pull request introduce a new feature? yes
      - If yes, how is the feature documented? not documented


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

    $ git pull https://github.com/jelmerk/flink openstack_fs_support

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

    https://github.com/apache/flink/pull/5296.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 #5296
    
----
commit d46696192cc57ba9df07fabf24c6d66538ec186d
Author: Jelmer Kuperus <jkuperus@...>
Date:   2018-01-14T09:42:02Z

    [FLINK-8432] Add support for openstack's swift filesystem

----


---

Reply via email to