Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 31463 invoked from network); 27 Apr 2009 01:00:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Apr 2009 01:00:12 -0000 Received: (qmail 22331 invoked by uid 500); 27 Apr 2009 01:00:11 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 22255 invoked by uid 500); 27 Apr 2009 01:00:11 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 22245 invoked by uid 99); 27 Apr 2009 01:00:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2009 01:00:11 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.221.178 as permitted sender) Received: from [209.85.221.178] (HELO mail-qy0-f178.google.com) (209.85.221.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2009 01:00:04 +0000 Received: by qyk8 with SMTP id 8so5367062qyk.5 for ; Sun, 26 Apr 2009 17:59:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=trA/mInWk4OHDGMG6EherYcq4LV/DG0BWU7y5Mdys3E=; b=Q+TPngBYbHCOPXW/fqp523xHf6jLFhgs91WhB9McETySNJQgsa3VnIGCB8x+vaYafJ mDR8eocO7TcPLcwuAksTucC+S57OL2cuO/2ZbI42NXZ1PnyDg/W7aeewhJm26mztfVB0 hJtV/EYJ35R6j0Rd1935redJaiJW5bA3oF3A4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=uujN2GBU+UsXym2kkTomH44Bw572fWCAJqnOJXyWhqSNQw4701TaiWo9wuUFhr6Bag 9kIVzBzYJG1VgdujZ3v9cqnYhgbPGjyu54m7zyYtTSyY4WkFrnxk9hH37Wf9MshO2+oE pVoJRZR82W8rsrAo2z1FttREXji4xvaOQv7WA= MIME-Version: 1.0 Sender: saint.ack@gmail.com Received: by 10.229.81.129 with SMTP id x1mr2107595qck.16.1240793983220; Sun, 26 Apr 2009 17:59:43 -0700 (PDT) In-Reply-To: References: <6C93A8C3-2B89-4468-96ED-B891B3BB411B@gmail.com> Date: Sun, 26 Apr 2009 17:59:43 -0700 X-Google-Sender-Auth: f74dc385318378f4 Message-ID: <7c962aed0904261759n387df4efn216e8d9f6bd4a3e3@mail.gmail.com> Subject: Re: search on HBase From: stack To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0016369891bf9bfe5904687edcc0 X-Virus-Checked: Checked by ClamAV on apache.org --0016369891bf9bfe5904687edcc0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Can navigate via the mapred ui to find the task that failed, navigate to the machine it was running on and then look at all logs for that failed task. You might clue as to why StandarAnalyzer failed creation (Maybe its not on the HADOOP_CLASSPATH? Is the lucene jar present?). St.Ack On Sun, Apr 26, 2009 at 6:30 AM, Puri, Aseem wrote: > Hi > During while running BuildTableIndex I got this exception. Can > anybody tell about how I can solve this exception? > > 09/04/26 16:24:23 WARN mapred.JobClient: Use GenericOptionsParser for > parsing the arguments. Applications should implement Tool for the same. > 09/04/26 16:24:24 INFO mapred.TableInputFormatBase: split: 0->master:, > 09/04/26 16:24:25 INFO mapred.JobClient: Running job: > job_200904261454_0018 > 09/04/26 16:24:26 INFO mapred.JobClient: map 0% reduce 0% > 09/04/26 16:24:41 INFO mapred.JobClient: map 100% reduce 0% > 09/04/26 16:25:03 INFO mapred.JobClient: Task Id : > attempt_200904261454_0018_r_000000_0, Status : FAILED > java.io.IOException: Error in creating an analyzer object > org.apache.lucene.analysis.standard.StandardAnalyzer > at > org.apache.hadoop.hbase.mapred.IndexOutputFormat.getRecordWriter(IndexOu > tputFormat.java:75) > at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:404) > at org.apache.hadoop.mapred.Child.main(Child.java:158) > > > Thanks & Regards > Aseem Puri > > -----Original Message----- > From: Stack [mailto:saint.ack@gmail.com] > Sent: Wednesday, April 22, 2009 9:32 PM > To: hbase-user@hadoop.apache.org > Subject: Re: search on HBase > > See the build table index mr job in the hbase mapred package > > Stack > > > > On Apr 22, 2009, at 8:21, "Puri, Aseem" > wrote: > > > Hi > > > > I am a new HBase user. I have a table in which I am storing > > data. Can anybody tell me how should I search values in table with > > help > > of map reduce. If somebody have some code snippet then please share > > with > > me. > > > > > > > > Thanks & Regards > > > > Aseem Puri > > > > > > > --0016369891bf9bfe5904687edcc0--