Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-22667

Missing slash in URL

    XMLWordPrintableJSON

Details

    Description

      The file system url is missng a `\`:

      https://github.com/apache/flink/blob/master/docs/content/docs/dev/datastream/fault-tolerance/checkpointing.md

      env.getCheckpointConfig().setCheckpointStorage("hdfs://my/checkpoint/dir")
      

      https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FsStateBackend.java#L76

       * 		env.getCheckpointConfig().setCheckpointStorage("hdfs://checkpoints");

       

      Attachments

        Issue Links

          Activity

            People

              lys0716 Yishuang Lu
              lys0716 Yishuang Lu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: