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/13 02:30:41 UTC

[Hadoop Wiki] Update of "HowToContribute" by KonstantinShvachko

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 KonstantinShvachko:
https://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=83&rev2=84

Comment:
Fix protobuf installation instructions

   * Download the version of protocol buffers that the YARN readme recommends from [[http://code.google.com/p/protobuf/ |the protocol buffers project]].
   * unzip it/untar it
   * {{{cd}}} into the directory that has been created.
-  * run {{{/.configure}}}.
+  * run {{{./configure}}}
   * If configure fails with "C++ preprocessor "/lib/cpp" fails sanity check" that means you don't have g++ installed. Install it.
   * run {{{make}}} to build the libraries.
-  * on a Unix system, after building the libraries, you must install it ''as root''. {{{su}}} to root, then run
+  * on a Unix system, after building the libraries, you must install it ''as root''. {{{su}}} to root, then run {{{make install}}}
  
  ==== Testing your Protocol Buffers installation ====