Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "GettingStarted" page has been changed by edwardyoon: https://wiki.apache.org/hama/GettingStarted?action=diff&rev1=78&rev2=79 % $HAMA_HOME/bin/stop-bspd.sh }}} to stop all the daemons running on your cluster. + + === Enabling Fault Tolerance Service === + + By default, FT service is disabled. To enable Fault Tolerance Service, you can set below properties like below: + + {{{ + <property> + <name>bsp.ft.enabled</name> + <value>true</value> + <description>Enable Fault Tolerance in BSP Task execution.</description> + </property> + <property> + <name>bsp.checkpoint.enabled</name> + <value>true</value> + <description>Enable Hama to checkpoint the messages transferred among BSP tasks during the BSP synchronization period.</description> + </property> + <property> + <name>bsp.checkpoint.interval</name> + <value>10</value> + <description>If bsp.checkpoint.enabled is set to true, the checkpointing is initiated on the valueth synchronization process of BSP tasks.</description> + </property> + }}} == Run the BSP Examples ==
