Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 38351 invoked from network); 29 Jul 2008 23:33:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jul 2008 23:33:27 -0000 Received: (qmail 90416 invoked by uid 500); 29 Jul 2008 23:33:23 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 90385 invoked by uid 500); 29 Jul 2008 23:33:22 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 90374 invoked by uid 99); 29 Jul 2008 23:33:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2008 16:33:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.64.182.137] (HELO mslinux.101tec.com) (80.64.182.137) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2008 23:32:27 +0000 Received: from localhost (localhost [127.0.0.1]) by mslinux.101tec.com (Postfix) with ESMTP id 1191D144018 for ; Wed, 30 Jul 2008 01:32:21 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.4.2 (20060627) at 101tec.com Received: from jemez.carrieriq.com (CarrierIQ-FWA002-untru.sjz.navisite.com [216.243.71.77]) by mslinux.101tec.com (Postfix) with ESMTP id 44D0514492F for ; Wed, 30 Jul 2008 01:32:13 +0200 (CEST) Message-Id: <96DF1C57-BB09-4BB0-98F5-21EC0CF3274A@101tec.com> From: Stefan Groschupf To: core-user@hadoop.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Subject: how to LZO Date: Tue, 29 Jul 2008 16:32:12 -0700 X-Mailer: Apple Mail (2.928.1) X-Virus-Checked: Checked by ClamAV on apache.org Hi, I would love to use lzo codec. However for some reasons I always only get ... "INFO org.apache.hadoop.util.NativeCodeLoader: Loaded the native- hadoop library INFO org.apache.hadoop.io.compress.zlib.ZlibFactory: Successfully loaded & initialized native-zlib library" My hadoop-site looks like: io.compression.codecs < value > org .apache .hadoop .io .compress .LzoCodec ,org .apache .hadoop .io.compress.DefaultCodec,org.apache.hadoop.io.compress.GzipCodec A list of the compression codec classes that can be used for compression/decompression. I also think I have lzo installed on all my nodes: yum list | grep lzo lzo.x86_64 2.02-3.fc8 installed lzo.i386 2.02-3.fc8 installed lzo-devel.i386 2.02-3.fc8 fedora lzo-devel.x86_64 2.02-3.fc8 fedora lzop.x86_64 1.02-0.5.rc1.fc8 fedora Anything I miss you could think of? Thanks for any hints! Stefan