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 }}} {{{
