Yishuang Lu created FLINK-22667: ----------------------------------- Summary: 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
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)