Re: How to get lzo compression library loaded?

2010-07-31 Thread stu24mail
Did you install liblzo2? I don't see that listed.. Take care, -stu -Original Message- From: Alex Luya Date: Sun, 1 Aug 2010 14:15:39 To: Reply-To: hdfs-user@hadoop.apache.org Subject: Re: How to get lzo compression library loaded? Hi, what I am trying to run is: --

Re: How to get lzo compression library loaded?

2010-07-31 Thread Alex Luya
Hi, what I am trying to run is: --- hadoop jar /usr/local/hadoop/hadoop-0.20.2/lib/hadoop-lzo-0.4.4.jar com.hadoop.compression.lzo.DistributedLzoIndexer target.lzo --

Re: How to get lzo compression library loaded?

2010-07-31 Thread Alex Kozlov
Hi Alex, org.apache.hadoop.io.compress.GzipCodec is in the hadoop-core-*.jar. You don't need to add /usr/local/hadoop/hadoop-0.20.2/lib/ to the classpath since hadoop shell script does it for you. What is exactly the command you are trying to run? Can you also give the output of 'env | grep -i

Re: How to get lzo compression library loaded?

2010-07-31 Thread Stuart Smith
Hello Alex, Here's some simple mistakes I made yesterday, maybe the cause is the same? Worth a try. Have you: - installed the native *C* library? i.e, not the files you download on the google page, but liblzo2. On Ubuntu this is: $> apt-get install lzop According the gplcompression faq: No

How to get lzo compression library loaded?

2010-07-31 Thread Alex Luya
Hello: I have followed this link:http://code.google.com/p/hadoop-gpl- compression/wiki/FAQ to install lzo compression library,and copy hadoop-lzo-0.4.4.jar to $HADOOP_HOME/lib,and all files under ..lib/native/Linux-amd64-64 to $HADOOP_HOME/lib/native/Linux-amd64-64, and run example,but got th