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/07/08 09:40:07 UTC

[Hama Wiki] Update of "HowToContribute" by edwardyoon

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.

The "HowToContribute" page has been changed by edwardyoon:
https://wiki.apache.org/hama/HowToContribute?action=diff&rev1=21&rev2=22

  Now run the following commands:
  
  {{{
- mvn install
+ % mvn install -Phadoop1 -Dhadoop.version=1.2.0
+ or 
+ % mvn clean install -Phadoop2 -Dhadoop.version=2.0.3-alpha
+ 
  mvn eclipse:eclipse
  }}}