You don't, but the LZO code is in C++ so the jar only contains the bindings. You also need to copy the librairies like it does in http://wiki.apache.org/hadoop/UsingLzoCompression :
cp build/native/Linux-amd64-64/lib/libgplcompression.* hbase/lib/native/Linux-amd64-64/ But adapted to your situation. J-D On Thu, Jul 8, 2010 at 5:43 AM, manua <[email protected]> wrote: > > Hi, > > I have installed the jar from > http://code.google.com/p/hadoop-gpl-compression/ and have speciifed the > required jar in the classpath, and after that I have got the previous error. > > Further, I have installed hbase in standalone mode and as per my > understanding, in standalone mode hbase will use the local file system and > there is no need to install hadoop/hdfs. Kindly confirm if my understanding > is wrong and I need to install Hadoop/hdfs, irrespective of the mode in > which hbase is installed. > > Please let me know your inputs. > > Thanks, > Manu > -- > View this message in context: > http://old.nabble.com/Java-Client-hangs-after-around-2-min-tp29097955p29106627.html > Sent from the HBase User mailing list archive at Nabble.com. > >
