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 thomasjungblut:
http://wiki.apache.org/hama/GettingStarted?action=diff&rev1=59&rev2=60

  tar -xzf hama-0.3.0-incubating.tar.gz
  }}}
  
- Don't forget to ''chown'' the directory as the same user you configured 
Hadoop in the step before.
+ Don't forget to {{{chown}}} the directory as the same user you configured 
Hadoop in the step before.
  
  == Startup script ==
  
@@ -74, +74 @@

  
  This mode is the default mode if you download Hama (>= 0.3.0) and install it.
  When submitting a job it will run a local multithreaded BSP Engine on your 
server.
- It can be configured via the ''"bsp.master.address"'' property to ''"local"''.
+ It can be configured via the {{{bsp.master.address}}} property to {{{local}}}.
- You can adjust the number of threads used in this utility by setting the 
''"bsp.local.tasks.maximum"'' property.
+ You can adjust the number of threads used in this utility by setting the 
{{{bsp.local.tasks.maximum}}} property.
  See the [[http://wiki.apache.org/hama/GettingStarted#Settings|Settings]] step 
how and where to configure this.
  
  '''Note:''' In this mode, nothing must be launched via the 
[[http://wiki.apache.org/hama/GettingStarted#Starting_a_Hama_cluster|start 
scripts]].
@@ -83, +83 @@

  === Pseudo Distributed Mode ===
  
  This mode is when you just have a single server and want to launch all the 
deamon processes (BSPMaster, Groom and Zookeeper).
- It can be configured when you set the ''"bsp.master.address"'' to a host 
address, e.G. ''"localhost"'' and put the same address into the 
''"groomservers"'' file in the configuration directory.
+ It can be configured when you set the {{{bsp.master.address}}} to a host 
address, e.G. {{{localhost}}} and put the same address into the 
{{{groomservers}}} file in the configuration directory.
  As stated it will run a BSPMaster, a Groom and a Zookeeper on your machine.
  
  === Distributed Mode ===
  
- This mode is just like the "Pseudo Distributed Mode", but you have multiple 
machines, which are mapped in the ''"groomservers"'' file.
+ This mode is just like the "Pseudo Distributed Mode", but you have multiple 
machines, which are mapped in the {{{groomservers}}} file.
  
  == Settings ==
  

Reply via email to