Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50205DACB for ; Tue, 14 Aug 2012 21:09:58 +0000 (UTC) Received: (qmail 94514 invoked by uid 500); 14 Aug 2012 21:09:53 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 94424 invoked by uid 500); 14 Aug 2012 21:09:53 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 94417 invoked by uid 99); 14 Aug 2012 21:09:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2012 21:09:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of haavard.kongsgaard@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-wg0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2012 21:09:48 +0000 Received: by wgbdq11 with SMTP id dq11so757586wgb.29 for ; Tue, 14 Aug 2012 14:09:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=n4dhwwlVLJrq2kR70pJnYlUvagaFN4h7BpcGfinD63U=; b=yyGqeJuZAUwxvZnmjKCfYmpSAmvVZ0wmnxB7mAmOK+ic+4TavGasn8ZWe0H0YuUQ9l cfQbeWYeAl4Xazu+hvVJrjRqV7X1FasTP8zqcxEd4pZyHPfGBgpztOlJhYbw7607nlrc Zw4CzbqRpFFcvJJRKgO/k+k7KUqoo0ABN2yIQo64qyW4cNsZTHCsA+Fg4TpQ6ArBLb1M kMWeyb/r3sT3O/cMqK5ZJg6e6//sc0TMX91wblb8pX2JtFWMZ8Xbd9EIE4o2XrjaI2ip 1qrvZQ6RdRTu5r5NTzwJ8VJEN+YHKWntCG24rUjuh0uWQLzAsDR9lHhajPPtnJyNQWuj sicQ== MIME-Version: 1.0 Received: by 10.217.0.144 with SMTP id l16mr2983071wes.120.1344978567461; Tue, 14 Aug 2012 14:09:27 -0700 (PDT) Received: by 10.194.40.7 with HTTP; Tue, 14 Aug 2012 14:09:27 -0700 (PDT) Date: Tue, 14 Aug 2012 23:09:27 +0200 Message-ID: Subject: pipes(pydoop) and hbase classpath From: =?ISO-8859-1?Q?H=E5vard_Wahl_Kongsg=E5rd?= To: user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'am trying to read hbase key-values with pipes(pydoop). As hadoop is unable to find the hbase jar files. I get Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: class org.apache.hadoop.hbase.mapreduce.TableInputFormat not org.apache.hadoop.mapred.InputFormat have added export HADOOP_CLASSPATH=3D/usr/lib/hbase/hbase-0.90.6-cdh3u4.jar to my hadoop-env.sh According to the doc from cloudera, https://ccp.cloudera.com/display/CDHDOC/HBase+Installation#HBaseInstallatio= n-UsingMapReducewithHBase TableMapReduceUtil.addDependencyJars(job); can be used as an alternative. But is that possible with pipes? -H=E5vard