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

2017-11-08 Thread Aljoscha Krettek (JIRA)

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

Aljoscha Krettek closed FLINK-7768.
---
  Resolution: Fixed
Release Note:   (was: Implemented in 
77e3701ca1f8bfab33a07f11992955eb131126c3)

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)


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

2017-10-06 Thread Stephan Ewen (JIRA)

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

Stephan Ewen closed FLINK-7768.
---

> 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)