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 2010/02/17 22:05:45 UTC

[Hadoop Wiki] Update of "UsingLzoCompression" by KayKay

Dear Wiki user,

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

The "UsingLzoCompression" page has been changed by KayKay.
http://wiki.apache.org/hadoop/UsingLzoCompression?action=diff&rev1=18&rev2=19

--------------------------------------------------

  $ sudo make install
  }}}
  
+ On Linux:
+ 
+   * On Linux (with gcc compiler), to compile for 64-bit machine 
+ {{{
+ $ export CFLAGS="-m64"
+ }}}
  
  Build the native connector library: {{{
  $ ant compile-native