[ https://issues.apache.org/jira/browse/FLINK-22667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chesnay Schepler closed FLINK-22667. ------------------------------------ Fix Version/s: 1.14.0 Resolution: Fixed master: 5fab2da5020926e8420de7ef2639132256e8c692 [~lys0716] FYI, for these kind of changes we usually don't create tickets, and instead open a {\{[hotfix]}} PR. > 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 > 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)