Skip to content

Commit

Permalink
[hotfix] [core] Add old checkpoint directory config key back for comp…
Browse files Browse the repository at this point in the history
…atibility.
  • Loading branch information
StephanEwen committed Feb 18, 2018
1 parent d780b78 commit 4be3a9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public class CheckpointingOptions {
public static final ConfigOption<String> CHECKPOINTS_DIRECTORY = ConfigOptions
.key("state.checkpoints.dir")
.noDefaultValue()
.withDeprecatedKeys("state.backend.fs.checkpointdir")
.withDescription("The default directory used for checkpoints. Used by the state backends that write" +
" checkpoints to file systems (MemoryStateBackend, FsStateBackend, RocksDBStateBackend).");

Expand Down

0 comments on commit 4be3a9c

Please sign in to comment.