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 2008/08/11 10:13:37 UTC

[Hama Wiki] Trivial Update of "GettingStarted" by udanax

Dear Wiki user,

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

The following page has been changed by udanax:
http://wiki.apache.org/hama/GettingStarted

New page:
An example of a hama-site.xml file:

{{{
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
  <property>
    <name>fs.default.name</name>
    <value>hdfs://yourdomain:54310</value>
  </property>
  <property>
    <name>hbase.master</name>
    <value>yourdomain:60000</value>
  </property>
</configuration>
}}}