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. http://wiki.apache.org/hadoop/UsingLzoCompression?action=diff&rev1=14&rev2=15 -------------------------------------------------- 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:{{{ - $ build/hadoop-gpl-compression-0.1.0-dev.jar -> hbase/lib/ + $ cp build/hadoop-gpl-compression-0.1.0-dev.jar hbase/lib/ - $ build/native/Linux-amd64-64/lib/libgplcompression.* -> hbase/lib/native/Linux-amd64-64/ + $ cp 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.
