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 throughnothing. The comment on this change is: tar -> jar. http://wiki.apache.org/hadoop/UsingLzoCompression?action=diff&rev1=22&rev2=23 -------------------------------------------------- {{{ env JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/ \ C_INCLUDE_PATH=/path/to/lzo64/include LIBRARY_PATH=/path/to/lzo64/lib \ - CFLAGS="-arch x86_64" ant clean compile-native test tar + CFLAGS="-arch x86_64" ant clean compile-native test jar }}} * Note: If you used macports, /path/to/lzo64 will be replaced by /opt/local (e.g. /opt/local/include and /opt/local/lib ) * Note: If for some reason you are getting compilation errors, you can add the following to the environment variables:
