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:
https://wiki.apache.org/hadoop/QwertyManiac/BuildingHadoopTrunk?action=diff&rev1=17&rev2=18

Comment:
Update repo paths

  If you are planning to develop a new thing for Apache Hadoop, {{{trunk}}} is 
what you need to familiarize yourself with.
  
  1. Checkout the sources (Use any method below):
-   * Using GitHub mirror: {{{git clone 
g...@github.com:apache/hadoop-common.git hadoop}}}
+   * Using GitHub mirror: {{{git clone g...@github.com:apache/hadoop.git 
hadoop}}}
-   * Using Apache Git mirror: {{{git clone 
git://git.apache.org/hadoop-common.git hadoop}}}
+   * Using Apache Git mirror: {{{git clone git://git.apache.org/hadoop.git 
hadoop}}}
    * Using the Subversion repo: {{{svn checkout 
http://svn.apache.org/repos/asf/hadoop/common/trunk hadoop}}}
  
  2. Download and install Google Protobuf 2.5 (higher may not work) in your 
OS/Distribution.
@@ -54, +54 @@

  This is similar to building trunk, but checkout the "'''branch-2'''" branch 
before you run the commands.
  
  1. Checkout the sources (Use any method below):
-   * Using GitHub mirror: {{{git clone 
g...@github.com:apache/hadoop-common.git hadoop}}}
+   * Using GitHub mirror: {{{git clone g...@github.com:apache/hadoop.git 
hadoop}}}
      * Checkout the branch-2 branch once this is done: {{{cd hadoop; git 
checkout branch-2}}}
-   * Using Apache Git mirror: {{{git clone 
git://git.apache.org/hadoop-common.git hadoop}}}
+   * Using Apache Git mirror: {{{git clone git://git.apache.org/hadoop.git 
hadoop}}}
      * Checkout the branch-2 branch once this is done: {{{cd hadoop; git 
checkout branch-2}}}
    * Using the Subversion repo: {{{svn checkout 
http://svn.apache.org/repos/asf/hadoop/common/branches/branch-2 hadoop}}}
  
@@ -71, +71 @@

  This is similar to building trunk, but checkout the "'''branch-0.23'''" 
branch before you run the commands.
  
  1. Checkout the sources (Use any method below):
-   * Using GitHub mirror: {{{git clone 
g...@github.com:apache/hadoop-common.git hadoop}}}
+   * Using GitHub mirror: {{{git clone g...@github.com:apache/hadoop.git 
hadoop}}}
      * Checkout the branch-0.23 branch once this is done: {{{cd hadoop; git 
checkout branch-0.23}}}
-   * Using Apache Git mirror: {{{git clone 
git://git.apache.org/hadoop-common.git hadoop}}}
+   * Using Apache Git mirror: {{{git clone git://git.apache.org/hadoop.git 
hadoop}}}
      * Checkout the branch-0.23 branch once this is done: {{{cd hadoop; git 
checkout branch-0.23}}}
    * Using the Subversion repo: {{{svn checkout 
http://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23 hadoop}}}
  
@@ -88, +88 @@

  0.22 and below used [[http://ant.apache.org|Apache Ant]] as the build tool. 
You need the latest '''Apache Ant''' installed and the 'ant' executable 
available on your PATH before continuing.
  
  1. Checkout the sources (Use any method below):
-   * Using GitHub mirror: {{{git clone 
g...@github.com:apache/hadoop-common.git hadoop}}}.
+   * Using GitHub mirror: {{{git clone g...@github.com:apache/hadoop.git 
hadoop}}}.
      * Check out the branch-0.22 branch once this is done: {{{cd hadoop; git 
checkout branch-0.22}}}
-   * Using Apache Git mirror: {{{git clone 
git://git.apache.org/hadoop-common.git hadoop}}}
+   * Using Apache Git mirror: {{{git clone git://git.apache.org/hadoop.git 
hadoop}}}
      * Check out the branch-0.22 branch once this is done: {{{cd hadoop; git 
checkout branch-0.22}}}
    * Using the Subversion repo: {{{svn checkout 
http://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.22 hadoop}}}
  
@@ -116, +116 @@

  This is almost similar as building branch-0.22, but there is just one project 
directory to worry about.
  
  1. Checkout the sources (Use any method below):
-   * Using GitHub mirror: {{{git clone 
g...@github.com:apache/hadoop-common.git hadoop}}}.
+   * Using GitHub mirror: {{{git clone g...@github.com:apache/hadoop.git 
hadoop}}}.
      * 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}}}
+   * Using Apache Git mirror: {{{git clone git://git.apache.org/hadoop.git 
hadoop}}}
      * 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-1 hadoop}}}
  

Reply via email to