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 2013/08/06 10:56:09 UTC

[Hadoop Wiki] 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:
https://wiki.apache.org/hadoop/QwertyManiac/BuildingHadoopTrunk?action=diff&rev1=15&rev2=16

Comment:
Explicit call-out for 2.4 dep.

    * Using Apache Git mirror: {{{git clone git://git.apache.org/hadoop-common.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.4+ in your OS/Distribution.
+ 2. Download and install Google Protobuf 2.4 (2.5 or higher will not work) in your OS/Distribution.
    1. On RHEL/CentOS/Fedora, do {{{yum install protobuf-compiler}}}
    2. On Ubuntu, do {{{apt-get install protobuf}}}
    3. On OSX, you can get Homebrew and do {{{brew install protobuf}}}