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 2013/04/09 08:26:50 UTC

[Hama Wiki] Update of "GettingStarted" by edwardyoon

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

Comment:
Update broken links.

  <<TableOfContents(5)>>
- 
- == User documentation as PDF ==
- 
- If you'd like to read the documentation as PDF, e.G. if your datacenter has no internet connection, then we have included you a downloadable version of our documentation in the wiki.
- It is much more detailed, so it is worth to read through it even if you read the wiki pages.
- 
- === Hama 0.5.0 ===
- 
- [[https://issues.apache.org/jira/secure/attachment/12528220/ApacheHamaInstallationGuide.pdf| Hama Installation Guide]]
- 
- [[https://issues.apache.org/jira/secure/attachment/12528218/ApacheHamaBSPProgrammingmodel.pdf|BSP Programming Model]]
- 
- [[https://issues.apache.org/jira/secure/attachment/12528219/ApacheHamaDesign.pdf|BSP Design Document]]
- 
- === Hama 0.6.0 ===
- 
- [[http://people.apache.org/~tjungblut/downloads/hamadocs/ApacheHamaInstallationGuide_06.pdf| Hama Installation Guide]]
- 
- [[http://people.apache.org/~tjungblut/downloads/hamadocs/ApacheHamaBSPProgrammingmodel_06.pdf|BSP Programming Model]]
- 
- [[http://people.apache.org/~tjungblut/downloads/hamadocs/ApacheHamaDesign_06.pdf|BSP Design Document]]
- 
- 
  
  == Requirements ==
  
@@ -42, +19 @@

  
  You can download Hama here:
  
- http://www.apache.org/dyn/closer.cgi/incubator/hama
+ http://www.apache.org/dyn/closer.cgi/hama
  
  == Build latest version from source ==
  
@@ -77, +54 @@

  
  Untar the files to your destination of choice:
  {{{
- tar -xzf hama-0.x.0-incubating.tar.gz
+ tar -xzf hama-0.x.0.tar.gz
  }}}
  
  Don't forget to {{{chown}}} the directory as the same user you configured Hadoop in the step before.
@@ -203, +180 @@

  
  Run the command:
  {{{
- % $HAMA_HOME/bin/hama jar hama-examples-0.x.0-incubating.jar
+ % $HAMA_HOME/bin/hama jar hama-examples-0.x.0.jar
  }}}
  
  It will then offer you some examples to choose.
@@ -223, +200 @@

   *Click on File in the top left corner -> New -> Java Project.
   *Give the child a good name, choose at least Java6 and finish. You should see the project in your Package Explorer.
   *Add the jars you need for Hama 0.5.0 to your build path, you should get them from a binary release (sometimes called *-dist) lib directory of Apache Hama.
-   *commons-configuration-1.6.jar ; commons-httpclient-3.0.1.jar ; commons-logging-1.0.4.jar; commons-lang-2.6.jar ; hadoop-1.0.0.jar ; hama-core.0.5.0-incubating.jar ; hama-graph.0.5.0-incubating.jar ; hama-examples.0.5.0-incubating.jar ; zookeeper-3.3.2.jar.
+   *commons-configuration-1.6.jar ; commons-httpclient-3.0.1.jar ; commons-logging-1.0.4.jar; commons-lang-2.6.jar ; hadoop-1.0.0.jar ; hama-*.jar ; zookeeper-3.3.2.jar.
   *You can also add the configuration XML's to your classpath, by creating a new folder "conf" and add it as a source folder via rightclick->Build Path->Use as Source Folder
   *Create a new class to test it and put the following code into it {{{
      public static void main(String[] args) throws IOException,