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 KevinPeterson. The comment on this change is: change formatting so all commands match. http://wiki.apache.org/hadoop/UsingLzoCompression?action=diff&rev1=13&rev2=14 -------------------------------------------------- }}} - Build the native connector library: + Build the native connector library: {{{ - * ant compile-native + $ ant compile-native - * ant jar + $ ant jar + }}} On Mac, the resulting library should be x86_64, as above, if not, add in the extra CFLAGS to build.xml in the call to configure in the target compile-native as listed above. @@ -59, +60 @@ You might have Linux-i386-32 or Mac_OS_X-x86_64-64 or whatever platform you are actually using. - Copy the results into the hbase lib directory: + Copy the results into the hbase lib directory:{{{ - * build/hadoop-gpl-compression-0.1.0-dev.jar -> hbase/lib/ + $ build/hadoop-gpl-compression-0.1.0-dev.jar -> hbase/lib/ - * build/native/Linux-amd64-64/lib/libgplcompression.* -> hbase/lib/native/Linux-amd64-64/ + $ build/native/Linux-amd64-64/lib/libgplcompression.* -> hbase/lib/native/Linux-amd64-64/ + }}} Note there is an extra 'lib' level in the build, which is not present in the hbase/lib/native/ tree.
