Skip to content

Commit

Permalink
Revert "A typo mistake on 'Configuring a State Backend' section has b…
Browse files Browse the repository at this point in the history
…een fixed."

This reverts commit e2bc7c9.
  • Loading branch information
JunRuiLee committed Jan 25, 2025
1 parent 6582c77 commit 994e206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/ops/state/state_backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ take a savepoint with the new version, and only after that you can restore it wi

## Configuring a State Backend

The default state backend, if you specify nothing, is the `HashMapStateBackend`. If you wish to establish a different default for all jobs on your cluster, you can do so by defining a new default state backend in [**Flink configuration file**]({{< ref "docs/deployment/config#flink-configuration-file" >}}). The default state backend can be overridden on a per-job basis, as shown below.
The default state backend, if you specify nothing, is the jobmanager. If you wish to establish a different default for all jobs on your cluster, you can do so by defining a new default state backend in [**Flink configuration file**]({{< ref "docs/deployment/config#flink-configuration-file" >}}). The default state backend can be overridden on a per-job basis, as shown below.

### Setting the Per-job State Backend

Expand Down

0 comments on commit 994e206

Please sign in to comment.