Skip to content

Commit

Permalink
[FLINK-7356] [config] misleading s3 file uri in configuration file
Browse files Browse the repository at this point in the history
This closes apache#4466.
  • Loading branch information
bowenli86 authored and tzulitai committed Aug 3, 2017
1 parent 1fabe0c commit 40901ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-dist/src/main/resources/flink-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobmanager.web.port: 8081
# Directory for storing checkpoints in a Flink-supported filesystem
# Note: State backend must be accessible from the JobManager and all TaskManagers.
# Use "hdfs:https://" for HDFS setups, "file:https://" for UNIX/POSIX-compliant file systems,
# (or any local file system under Windows), or "S3:https://" for S3 file system.
# (or any local file system under Windows), or "s3:https://" with lower case 's' for S3 file system.
#
# state.backend.fs.checkpointdir: hdfs:https://namenode-host:port/flink-checkpoints

Expand Down

0 comments on commit 40901ed

Please sign in to comment.