[
https://issues.apache.org/jira/browse/FLINK-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15108541#comment-15108541
]
ASF GitHub Bot commented on FLINK-2380:
---------------------------------------
Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/1524#discussion_r50253093
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
@@ -303,6 +303,16 @@
// ------------------------ File System Behavior
------------------------
/**
+ * Key to specify the default filesystem to be used by a job, e.g.
+ * <code>file:///</code> which is the default (see {@link
ConfigConstants#DEFAULT_FILESYSTEM_SCHEME})
--- End diff --
Same questions as wth the docs. Why `file:///`? And I would remove the
`HDFS deployment` part at the end.
Furthermore, I would add something alone the lines of `This scheme is used
<b>ONLY</b> if no other scheme is specified in the user-provided
<code>URI</code>` to the docs as well.
> 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, 0.10.0
> Reporter: Ufuk Celebi
> Assignee: Kostas
> Priority: Minor
> Labels: starter
> Fix For: 1.0.0
>
>
> 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)