[
https://issues.apache.org/jira/browse/FLINK-22667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-22667:
-------------------------------------
Summary: Missing slash in URL (was: Fix the wrong file system ln java doc
and documentation)
> Missing slash in URL
> --------------------
>
> Key: FLINK-22667
> URL: https://issues.apache.org/jira/browse/FLINK-22667
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Reporter: Yishuang Lu
> Assignee: Yishuang Lu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> The file system url is missng a `\`:
> [https://github.com/apache/flink/blob/master/docs/content/docs/dev/datastream/fault-tolerance/checkpointing.md]
> {code:java}
> env.getCheckpointConfig().setCheckpointStorage("hdfs://my/checkpoint/dir")
> {code}
> [https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FsStateBackend.java#L76]
> {code:java}
> *
> env.getCheckpointConfig().setCheckpointStorage("hdfs://checkpoints");{code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)