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/09/09 09:30:45 UTC

[Hama Wiki] 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

------------------------------------------------------------------------------
  == Requirements ==
  
-  * Java 1.5.x from Sun.
+  * Java 1.6.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 ==
+ == Run Examples ==
  
- An example of a hama-site.xml file:
+ Are you ready to run the Hama on the Hadoop + Hbase cluster? Then,
+ This is quick guide for you :
  
+ 1. [hama-trunk]# ant clean package
- {{{
- <?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>
- }}}
  
+    Then, You should add hama-x.x.x.jar to the {$HADOOP_HOME}/lib and copy these changes across your cluster.
+ 
+ 2. [hama-trunk]# cp ./build/hama-0.1.0-dev.jar {$HADOOP_HOME}/lib
+ 
+    You also need to restart your hadoop cluster.
+ 
+ 3. [hama-trunk]# cp ./build/hama-0.1.0-dev-examples.jar {HADOOP_HOME}
+ 4. [hadoop-0.17.1]# ./bin/hadoop jar hama-0.1.0-dev-examples.jar addition 2 2
+