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 2012/02/03 04:44:15 UTC

[Hadoop Wiki] Trivial Update of "QwertyManiac/BuildingHadoopTrunk" by QwertyManiac

Dear Wiki user,

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

The "QwertyManiac/BuildingHadoopTrunk" page has been changed by QwertyManiac:
http://wiki.apache.org/hadoop/QwertyManiac/BuildingHadoopTrunk?action=diff&rev1=3&rev2=4

Comment:
Fixing 0.1 errors

  
  1. Checkout the sources (Use any method below):
    * Using GitHub mirror: {{{git clone git@github.com:apache/hadoop-common.git hadoop}}}.
-     * Check out the branch-0.22 branch once this is done: {{{cd hadoop; git checkout branch-0.1}}}
+     * Check out the branch-1 branch once this is done: {{{cd hadoop; git checkout branch-1}}}
    * Using Apache Git mirror: {{{git clone git://git.apache.org/hadoop-common.git hadoop}}}
-     * Check out the branch-0.22 branch once this is done: {{{cd hadoop; git checkout branch-0.1}}}
+     * Check out the branch-1 branch once this is done: {{{cd hadoop; git checkout branch-1}}}
-   * Using the Subversion repo: {{{svn checkout http://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.1 hadoop}}}
+   * Using the Subversion repo: {{{svn checkout http://svn.apache.org/repos/asf/hadoop/common/branches/branch-1 hadoop}}}
  2. '''Optional''': Install all the usual build/development essentials like '''gcc''', '''autoconf''', '''automake''', '''make''', '''zlib''', etc. for various native-code components you may want to hack on.
  3. The source code all lies under the same project directory, so you just need to issue an Ant build: {{{cd hadoop; ant compile}}}