[
https://issues.apache.org/jira/browse/FLINK-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14714216#comment-14714216
]
Maximilian Michels commented on FLINK-2380:
-------------------------------------------
That's no problem. If you want to use the s3 file system, then you can change
{{fs.default.name}} to {{s3://xyz}}.
Of course you can still use {{file}} or {{hdfs}}. It is just the default file
system.
I can see that this can be a problem if you don't use Hadoop. I could also
think of another solution: Have a dedicated default filesystem config entry in
flink-conf.yaml which is commented out or unset by default. If it is set, it
sets the default file system. Otherwise, we pick up the default file system
from the Hadoop configuration. That way, most users will get a nice out of the
box experience without sacrificing customization.
> Allow to configure default FS for file inputs
> ---------------------------------------------
>
> Key: FLINK-2380
> URL: https://issues.apache.org/jira/browse/FLINK-2380
> Project: Flink
> Issue Type: Improvement
> Components: JobManager
> Affects Versions: 0.9, master
> Reporter: Ufuk Celebi
> Priority: Minor
> Fix For: 0.10, 0.9.1
>
>
> File inputs use "file://" as default prefix. A user asked to make this
> configurable, e.g. "hdfs://" as default.
> (I'm not sure whether this is already possible or not. I will check and
> either close or implement this for the user.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)