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/15 16:14:11 UTC

[Hadoop Wiki] Update of "HowToContribute" by JingguoYao

Dear Wiki user,

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

The "HowToContribute" page has been changed by JingguoYao:
http://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=71&rev2=72

Comment:
disable wiki links

  
  === Building ProtocolBuffers (for 0.23+) ===
  
- Hadoop 0.23+ must have Google's ProtocolBuffers for compilation to work. These are native binaries which need to be downloaded, compiled and then installed locally.  See [[http://svn.apache.org/repos/asf/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/README|YARN Readme]
+ Hadoop 0.23+ must have Google's !ProtocolBuffers for compilation to work. These are native binaries which need to be downloaded, compiled and then installed locally.  See [[http://svn.apache.org/repos/asf/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/README|YARN Readme]
  
  This is a good opportunity to get the GNU C/C++ toolchain installed, which is useful for working on the native code used in the HDFS project.
  
- To install and use ProtocolBuffers 
+ To install and use !ProtocolBuffers 
  
  ==== Linux ====