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 C3BF77FBC for ; Fri, 30 Sep 2011 12:36:11 +0000 (UTC) Received: (qmail 61754 invoked by uid 500); 30 Sep 2011 12:36:09 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 61709 invoked by uid 500); 30 Sep 2011 12:36:09 -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 61665 invoked by uid 99); 30 Sep 2011 12:36:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 12:36:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsh@cloudera.com designates 209.85.210.169 as permitted sender) Received: from [209.85.210.169] (HELO mail-iy0-f169.google.com) (209.85.210.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 12:36:05 +0000 Received: by iaen33 with SMTP id n33so2910337iae.14 for ; Fri, 30 Sep 2011 05:35:45 -0700 (PDT) Received: by 10.42.157.2 with SMTP id b2mr1101833icx.95.1317386145132; Fri, 30 Sep 2011 05:35:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.18.138 with HTTP; Fri, 30 Sep 2011 05:35:25 -0700 (PDT) In-Reply-To: References: <2D6136772A13B84E95DF6DA79E85A9F0016B69BC3FA6@NSPEXMBX-A.the-lab.llnl.gov> From: Harsh J Date: Fri, 30 Sep 2011 18:05:25 +0530 Message-ID: Subject: Re: Problem in Input Format Class To: mapreduce-user@hadoop.apache.org Cc: charsalanbilal@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Arsalan, This isn't a HBase question. This belongs on mapreduce-user@hadoop.apache.org lists. I'm moving it there, and lets carry on on that list. I've added you to cc in case you are not subscribed to the mentioned list :) Also, to reply to your original question - No, there isn't anything in Hadoop core's Java APIs that lets you do this 'essential' task. It would be useful to have a delimited text input format, if you'd like to contribute one. Perhaps use OpenCSV or such a library for good extensibility over delimited files. For the record, Pig and Hive have support for such needs in them natively, and you can use these downstream libraries to get down and dirty with your data quickly. On Fri, Sep 30, 2011 at 5:07 PM, Arsalan Bilal wrote: > I am asking about such* **InputFormat* and *RecordReader* that read strings > of text separated by (;) semicolon characters > > > On Fri, Sep 30, 2011 at 11:11 AM, Sonal Goyal wrote: > >> Sorry, I think I got confused by the question and talked about the >> OutputFormat not the input format, which is apparently what you are looking >> for. Please ignore my answer. Apologies! >> >> Best Regards, >> Sonal >> Crux: Reporting for HBase >> Nube Technologies >> >> >> >> >> >> >> >> On Fri, Sep 30, 2011 at 12:32 PM, Sonal Goyal >> wrote: >> >> > Hi Arsalan, >> > >> > Are you trying to insert this data into HBase or are you trying to just >> > process this log file using Hadoop? I am not sure how your question is >> > related to HBase, so if it is unrelated, you can seek help on the >> mapreduce >> > user lists. >> > >> > For a MR job, you can use TextInputFormat and specify the custom >> separator. >> > See https://issues.apache.org/jira/browse/HADOOP-3295. >> > >> > Best Regards, >> > Sonal >> > Crux: Reporting for HBase >> > Nube Technologies >> > >> > >> > >> > >> > >> > >> > >> > >> > On Fri, Sep 30, 2011 at 12:26 PM, Arsalan Bilal < >> charsalanbilal@gmail.com>wrote: >> > >> >> No , i did not try Guava's Splitter >> >> I am asking about such input format class that takes also separator. >> >> As example, job.setInputFormatClass(, ); >> >> What will be inputFormatClass here that support separator? >> >> >> >> >> >> On Thu, Sep 29, 2011 at 8:39 PM, Buttler, David >> >> wrote: >> >> >> >> > Have you considered just taking the line of text as is and using >> Guava's >> >> > Splitter? >> >> > >> >> > Not sure how this is related to HBase >> >> > >> >> > -----Original Message----- >> >> > From: Arsalan Bilal [mailto:charsalanbilal@gmail.com] >> >> > Sent: Thursday, September 29, 2011 7:24 AM >> >> > To: user@hbase.apache.org >> >> > Subject: Problem in Input Format Class >> >> > >> >> > i want to read text file (sample given below) separated with >> >> semicolon(;) >> >> > using mapper. Each one record is separated with semicolon(;). >> >> > Should i write my own custom input format class? OR >> >> > Is there exist any input format class that ask about separator? >> >> > >> >> > input File look >> >> > >> >> > 1;00000003;310:012:8001:01;-05:00;04:04;2010;45;56164773;3;1;0;1; >> >> > >> >> > >> >> >> >> >> >> -- >> >> Best Regards, >> >> Arsalan Bilal >> >> >> > >> > >> > > > > -- > Best Regards, > Arsalan Bilal > -- Harsh J