Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hotfix] [docs] Fix typo on the default state backend name on 'Configuring a State Backend' section. #26020

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nacisimsek
Copy link

The default state backend on Flink is HashMapStateBackend. However, in the related chapter on the doc, it was stated as jobmanager.

Expected keyword as the default state backend: HashMapStateBackend
Actual keyword given as the default state backend: jobmanager

The Chinese doc version has not been updated in order not to make a mistake. It also needed to be updated.

@flinkbot
Copy link
Collaborator

flinkbot commented Jan 20, 2025

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@@ -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 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.
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please could you fix this in the Chinese. It looks like you can just change jobmanager to HashMapStateBackend there too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants