[ https://issues.apache.org/jira/browse/FLINK-22667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344884#comment-17344884 ]
Yishuang Lu commented on FLINK-22667: ------------------------------------- The issue is addressed by this pull request: https://github.com/apache/flink/pull/15921 > Fix the wrong file system ln java doc and documentation > ------------------------------------------------------- > > Key: FLINK-22667 > URL: https://issues.apache.org/jira/browse/FLINK-22667 > Project: Flink > Issue Type: Improvement > Components: Documentation > Reporter: Yishuang Lu > Priority: Major > > 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)