You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by Apache Wiki <wi...@apache.org> on 2012/03/12 10:04:28 UTC

[Hama Wiki] Trivial Update of "GettingStarted/Properties" by edwardyoon

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.

The "GettingStarted/Properties" page has been changed by edwardyoon:
http://wiki.apache.org/hama/GettingStarted/Properties?action=diff&rev1=5&rev2=6

  == Configuration Properties ==
  
- ||name||value||description||
+ ||Property Name||Default value||Description||
  ||bsp.master.address||hostname||The address of the bsp master server. Either the literal string "local" or a host[:port] (where host is a name or IP address) for distributed mode.||
  ||bsp.master.port||40000||The port master should bind to.||
  ||bsp.peer.port||61000||The port an groom server binds to.||
@@ -16, +16 @@

  ||bsp.local.tasks.maximum||20||Number of tasks that run in parallel when in local mode.||
  ||hama.zookeeper.property.clientPort||21810||Property from !ZooKeeper's config zoo.cfg. The port at which the clients will connect.||
  ||hama.zookeeper.session.timeout||1200000||The zookeeper session timeout.||
+ ||bsp.checkpoint.enabled||false||Enable Hama to checkpoint the messages transferred among BSP tasks during the BSP synchronization period.||
+ ||bsp.checkpoint.interval||1||If bsp.checkpoint.enabled is set to true, the checkpointing is initiated on the valueth synchronization process of BSP tasks.||
+ ||hama.messenger.compression.class||org.apache.hama.bsp.message.compress.SnappyCompressor||The message compressor class.||
+ ||hama.messenger.class||org.apache.hama.bsp.message.AvroMessageManagerImpl|| The RPC service class. ||