[
https://issues.apache.org/jira/browse/FLINK-20344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen resolved FLINK-20344.
----------------------------------
Fix Version/s: 1.12.0
Resolution: Fixed
Fixed in
- 1.12.0 (release-1.12) via 64ea9d6136e2825f15514797ffe7c1ed8fa64713
- 1.13..0 (master) via 89f1754b38befd9d65bd621068c0a66cca6b3e31
> Modify the default value of the flink-conf savepoint folder to distinguish
> the checkpoint folder
> ------------------------------------------------------------------------------------------------
>
> Key: FLINK-20344
> URL: https://issues.apache.org/jira/browse/FLINK-20344
> Project: Flink
> Issue Type: Bug
> Components: Documentation, flink-contrib
> Affects Versions: 1.11.2
> Reporter: OpenOpened
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.12.0
>
>
> Should savepoints in the flink-conf.yml file be specified as the end of
> flink-savepoint instead of the default and the same as the configuration of
> flink-checkpoints
>
> state.*checkpoints*.dir: hdfs://namenode-host:port/flink-checkpoints
> state.*savepoints*.dir: hdfs://namenode-host:port/flink-checkpoints
>
> after modification
> state.*savepoints*.dir: hdfs://namenode-host:port/flink-*savepoints*
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)