Out system admin followed the instruction at http://wiki.apache.org/hadoop/UsingLzoCompression. But I still got the following error when HBase tried to flush the data:
com.hadoop.compression.lzo.LzoCompressor: java.lang.UnsatisfiedLinkError: Cannot load liblzo2.so.2 (liblzo2.so.2: cannot open shared object file: No such file or directory)! ERROR com.hadoop.compression.lzo.LzoCodec: Failed to load/initialize native-lzo library I am wondering if the libraries need to be installed into a particular directory? Currently they are sitting at /usr/local/lib. Thanks, Xueling
