public class DisabledCheckpointSupportedChecker extends Object implements CheckpointSupportedChecker
| Constructor and Description |
|---|
DisabledCheckpointSupportedChecker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCheckpointSupported(GiraphConfiguration conf,
MasterCompute masterCompute)
Does the job support checkpoints?
It is true by default, set it to false if your job uses some
non-checkpointable features:
- static variables for storing data between supersteps.
|
public boolean isCheckpointSupported(GiraphConfiguration conf, MasterCompute masterCompute)
CheckpointSupportedCheckerisCheckpointSupported in interface CheckpointSupportedCheckerconf - giraph configurationmasterCompute - instance of master computeCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.