You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2020/12/11 12:58:00 UTC

[jira] [Closed] (FLINK-10265) Configure checkpointing behavior for SQL Client

     [ https://issues.apache.org/jira/browse/FLINK-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timo Walther closed FLINK-10265.
--------------------------------
      Assignee:     (was: TANG Wen-hui)
    Resolution: Fixed

This issue should not be necessary anymore as most Flink configuration parameters can now be set via the `configuration:` entry in the SQL Client YAML file.

So the following should work and forwarded to Flink:
{code}
configuration:
  execution.checkpointing.interval: 42
{code}

Please correct me if I'm wrong.

> Configure checkpointing behavior for SQL Client
> -----------------------------------------------
>
>                 Key: FLINK-10265
>                 URL: https://issues.apache.org/jira/browse/FLINK-10265
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table SQL / Client
>            Reporter: Timo Walther
>            Priority: Major
>
> The SQL Client environment file should expose checkpointing related properties:
> - enable checkpointing
> - checkpointing interval
> - mode
> - timeout
> - etc. see {{org.apache.flink.streaming.api.environment.CheckpointConfig}}
> Per-job selection of state backends and their configuration.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)