Dear Wiki user,

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

The "MessageService" page has been changed by edwardyoon:
https://wiki.apache.org/hama/MessageService?action=diff&rev1=2&rev2=3

  
  Each task has its own MessageManager which is responsible for starting an 
Server where messages can be received and send to other servers.
  
- The default implementation of Apache Hama is 
{{{org.apache.hama.bsp.message.HadoopMessageManagerImpl}}} which uses Hadoop's 
RPC mechanisms.
+ The default implementation of Apache Hama is 
{{{org.apache.hama.bsp.message.HamaMessageManagerImpl}}} which uses Hadoop's 
RPC mechanisms.
  
  === Adding more implementations ===
  
@@ -24, +24 @@

  
  Your implemenation can be set by the configuration values:
  {{{
-   hama.messanger.class
+   hama.messenger.class
  }}}
  
  Make sure this configuration is consistent on every host in every 
configuration. And make sure that the class has a public default constructure 
since it will be instantiated via reflection.

Reply via email to