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>
}}}

Reply via email to