[
https://issues.apache.org/jira/browse/FLINK-22659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17350293#comment-17350293
]
Yun Tang commented on FLINK-22659:
----------------------------------
Merged
master: 21c44688e982caf106e5fc509409717c6014f990
release-1.13: 31ee0cb0c4425c4101fe398325d86a0251c49971
> 'execution.checkpointing.interval' missing in Flink doc
> --------------------------------------------------------
>
> Key: FLINK-22659
> URL: https://issues.apache.org/jira/browse/FLINK-22659
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.13.0
> Reporter: wangqinghuan
> Assignee: Rainie Li
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Flink deployment configuration describe how to configure checkpointing in
> flink-conf.yaml[https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/config/]
> {quote}*Checkpointing*
> You can configure checkpointing directly in code within your Flink job or
> application. Putting these values here in the configuration defines them as
> defaults in case the application does not configure anything.
> {quote}
> *
>
> {quote}{{state.backend}}: The state backend to use. This defines the data
> structure mechanism for taking snapshots. Common values are {{filesystem}} or
> {{rocksdb}}.
> {quote} *
> {quote}{{state.checkpoints.dir}}: The directory to write checkpoints to. This
> takes a path URI like _s3://mybucket/flink-app/checkpoints_ or
> _hdfs://namenode:port/flink/checkpoints_.
> {quote}
> *
> {quote}{{state.savepoints.dir}}: The default directory for savepoints. Takes
> a path URI, similar to {{state.checkpoints.dir}}.
> {quote}
> In my test for Flink-1.13.0, however,Flink checkpointing was not enabled
> without 'execution.checkpointing.interval' value in flink-conf.yaml. In order
> to enable checkpointing in case the application does not configure anything,
> we need to configure these values in flink-conf.yaml.
> * {{state.backend}}:
> * {{state.checkpoints.dir:}}
> * {{state.savepoints.dir:}}
> * execution.checkpointing.interval:
> {{'execution.checkpointing.interval' value missing in document.}}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)