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 SteveLoughran:
http://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=77&rev2=78

Comment:
rpms to install for native libs on centos/rhel

  
  === Other items ===
  
-  * A Java Development Kit is required to be installed and on the path of 
executables. The Hadoop developers recommend the Sun JDK.
+  * A Java Development Kit is required to be installed and on the path of 
executables. The Hadoop developers recommend the Oracle JDK.
   * The source code of projects that you depend on. Avro, Jetty, Log4J are 
some examples. This isn't compulsory, but as the source is there, it helps you 
see what is going on.
   * The source code of the Java version that you are using. Again: handy.
   * The Java API javadocs.
   * the {{{diff}}} and {{{patch}}} commands, which ship with Unix/Linux 
systems, and come with cygwin.
+ 
+ === Native libraries ===
+ 
+ On Linux, you need the tools to create the native libraries.
+ 
+ For CentOS and redhat:
+ {{{
+ yum -y install  lzo-devel  zlib-devel  gcc autoconf automake libtool 
+ }}}
+ 
  
  
  ==== Hardware Setup ====

Reply via email to