You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 82 Next »

Requirements

  • Java 1.5.x from Sun.
  • Hadoop 0.17.x and Hbase 0.2.x. Hama 0.1.x will only run on this version of Hadoop and Hbase.
    • [http://wiki.apache.org/hadoop/GettingStartedWithHadoop Getting Started with Hadoop]

    • [http://hadoop.apache.org/hbase/docs/current/api/overview-summary.html#overview_description Getting Started with Hbase]

  • SSH must be installed.

Configuration files

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>
  • No labels