You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/10/13 20:18:59 UTC

[Hadoop Wiki] Update of "HowToSetupYourDevelopmentEnvironment" by TomWhite

Dear Wiki user,

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

The "HowToSetupYourDevelopmentEnvironment" page has been changed by TomWhite:
http://wiki.apache.org/hadoop/HowToSetupYourDevelopmentEnvironment?action=diff&rev1=28&rev2=29

  
  Build the packaging from the top level. This will build the distribution in an exploded format that we can run directly (i.e. no need to untar):
  {{{
- mvn clean package -Pdist -DskipTests -P-cbuild
+ mvn clean package -Pdist -DskipTests
  }}}
  
  {{{