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

Make checkpointing configurable in shacl2flink #611

Merged

Conversation

wagmarcel
Copy link
Member

Checkpointing is used by Flink to keep and recover complex states. However, in many use-cases, state management is not needed. Also, state management must be understood by the user and should therefore explicitly switch on if needed.
Checkpointing can be enabled by setting the environment variable CHECKPOINT=true For instance 'CHECKPOINT=true make flink-deploy' would deploy the SHACL constraints as FLINK job

Checkpointing is used by Flink to keep and recover complex states. However,
in many use-cases, state management is not needed. Also, state management
must be understood by the user and should therefore explicitly switch on
if needed.
Checkpointing can be enabled by setting the environment variable CHECKPOINT=true
For instance 'CHECKPOINT=true make flink-deploy' would deploy the SHACL constraints
as FLINK job

Signed-off-by: marcel <[email protected]>
@wagmarcel wagmarcel marked this pull request as ready for review November 8, 2024 07:45
@abhijith-hr abhijith-hr merged commit e99f1e1 into IndustryFusion:main Nov 8, 2024
4 checks passed
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.

2 participants