You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2017/10/06 19:08:00 UTC

[jira] [Resolved] (FLINK-7768) Load File Systems via Java Service abstraction

     [ https://issues.apache.org/jira/browse/FLINK-7768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Ewen resolved FLINK-7768.
---------------------------------
      Resolution: Fixed
        Assignee: Stephan Ewen
    Release Note: Implemented in 77e3701ca1f8bfab33a07f11992955eb131126c3

> Load File Systems via Java Service abstraction
> ----------------------------------------------
>
>                 Key: FLINK-7768
>                 URL: https://issues.apache.org/jira/browse/FLINK-7768
>             Project: Flink
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>             Fix For: 1.4.0
>
>
> We should change the discovery mechanism of file from static class name configurations to a service mechanism (META-INF/services). 
> With this change, users can add new filesystem implementations and make them available by simply adding them to the class path. 
> As part of that, factoring HDFS and MapR FS implementations into separate modules helps with a better and more fine grained dependency management, needing less explicit reflection logic.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)