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 2014/09/24 10:44:10 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=75&rev2=76

  % svn co https://svn.apache.org/repos/asf/hama/trunk hama-trunk
  % cd hama-trunk
  
- % mvn clean install -Phadoop1 -Dhadoop.version=1.x.x
+ % mvn clean install -Phadoop1 -Dhadoop.version=1.x.x -U
  or
- % mvn clean install -Phadoop2 -Dhadoop.version=2.x.x
+ % mvn clean install -Phadoop2 -Dhadoop.version=2.x.x -U
  }}}
  
  See also HowToContribute