[
https://issues.apache.org/jira/browse/FLINK-9508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16499902#comment-16499902
]
ASF GitHub Bot commented on FLINK-9508:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/6112#discussion_r192662979
--- Diff: docs/ops/filesystems.md ---
@@ -70,21 +70,20 @@ That way, Flink seamlessly supports all of Hadoop file
systems, and all Hadoop-c
- **har**
- ...
-
## Common File System configurations
The following configuration settings exist across different file systems
#### Default File System
-If paths to files do not explicitly specify a file system scheme (and
authority), a default scheme (and authority) will be used.
+If path to files do not explicitly specify a file system scheme (and
authority), a default scheme (and authority) will be used.
{% highlight yaml %}
fs.default-scheme: <default-fs>
{% endhighlight %}
-For example, if the default file system configured as `fs.default-scheme:
hdfs://localhost:9000/`, then a a file path of
-`/user/hugo/in.txt'` is interpreted as
`hdfs://localhost:9000/user/hugo/in.txt'`
+For example, if the default file system configured as `fs.default-scheme:
hdfs://localhost:9000/`, then a file path of
+`'/user/hugo/in.txt'` is interpreted as
`'hdfs://localhost:9000/user/hugo/in.txt'`
--- End diff --
I suggest removing the `'` instead,
> General Spell Check on Flink Docs
> ---------------------------------
>
> Key: FLINK-9508
> URL: https://issues.apache.org/jira/browse/FLINK-9508
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 1.5.0, 1.4.1, 1.4.2
> Reporter: Yazdan Shirvany
> Assignee: Yazdan Shirvany
> Priority: Trivial
>
> Fixing Flink docs misspelling
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)