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/09/27 16:37:32 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:
https://wiki.apache.org/hama/GettingStarted?action=diff&rev1=73&rev2=74

  == Hadoop Installation ==
  
   * See http://hadoop.apache.org/docs/stable/index.html
-  * If you use the Cloudera's CDH3 or Oracle's Big Data Machine, you should copy hadoop-cdh3 core and test, guava jar files to ${HAMA_HOME}/lib folder. 
+  * If you use the Cloudera's CDH, you should replace hadoop and its dependencies in ${HAMA_HOME}/lib folder. For example,
  
  {{{
   % rm -rf ./lib/hadoop*.jar
   % cp /usr/lib/hadoop/hadoop-test-0.20.2-cdh3u3b.jar ./lib/
   % cp /usr/lib/hadoop/hadoop-core-0.20.2-cdh3u3b.jar ./lib/
   % cp /usr/lib/hadoop/lib/guava-r09-jarjar.jar ./lib/
+ 
   % bin/start-bspd.sh
  }}}