Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2B097F5A for ; Thu, 17 Nov 2011 21:24:55 +0000 (UTC) Received: (qmail 8430 invoked by uid 500); 17 Nov 2011 21:24:54 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 8399 invoked by uid 500); 17 Nov 2011 21:24:54 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 8391 invoked by uid 99); 17 Nov 2011 21:24:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 21:24:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of billgraham@gmail.com designates 209.85.215.169 as permitted sender) Received: from [209.85.215.169] (HELO mail-ey0-f169.google.com) (209.85.215.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 21:24:46 +0000 Received: by eye4 with SMTP id 4so3301829eye.14 for ; Thu, 17 Nov 2011 13:24:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=aFHuwr+VSf7KKVU80COzUNGGCwYHW0y+19rQ/WtsRcQ=; b=pFIAcliXePeuLvqYdtjd7OMiryTupAHpOoLWl12yqTDWfmDAlOg2qdNZh5TByNVM5z zsOBQZzytTC/AP4+e3m8bf6Dwmw57lhNzA8rrpxyEWzGeXLaU14hcOwZnnoFB/MNGBka RgduMO+oRq6OwE8fOeBlrzC9Gi/fuPC4Uy5dI= Received: by 10.213.9.141 with SMTP id l13mr805044ebl.70.1321565066264; Thu, 17 Nov 2011 13:24:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.13.83 with HTTP; Thu, 17 Nov 2011 13:24:05 -0800 (PST) Reply-To: billgraham@gmail.com In-Reply-To: References: From: Bill Graham Date: Thu, 17 Nov 2011 13:24:05 -0800 Message-ID: Subject: Re: importtsv bulk load error To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=0015174c3fb452831d04b1f4d870 X-Virus-Checked: Checked by ClamAV on apache.org --0015174c3fb452831d04b1f4d870 Content-Type: text/plain; charset=ISO-8859-1 Make sure guava.jar is in your classpath. On Thu, Nov 17, 2011 at 12:23 PM, Denis Kreis wrote: > Hi, > > i'm getting this error when trying to use the importtsv tool with > hadoop-0.20.205.0 and hbase-0.92.0 > > hadoop jar ../../hbase-0.92.0-SNAPSHOT/hbase-0.92.0-SNAPSHOT.jar importtsv > Exception in thread "main" java.lang.NoClassDefFoundError: > com/google/common/collect/Multimap > at org.apache.hadoop.hbase.mapreduce.Driver.main(Driver.java:43) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.RunJar.main(RunJar.java:156) > Caused by: java.lang.ClassNotFoundException: > com.google.common.collect.Multimap > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at java.lang.ClassLoader.loadClass(ClassLoader.java:247) > ... 6 more > > Does anyone know what is wrong? > > Thanks! > Denis > --0015174c3fb452831d04b1f4d870--