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 EA32DD0DB for ; Mon, 10 Sep 2012 19:42:08 +0000 (UTC) Received: (qmail 8208 invoked by uid 500); 10 Sep 2012 19:42:03 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 8134 invoked by uid 500); 10 Sep 2012 19:42:03 -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 8127 invoked by uid 99); 10 Sep 2012 19:42:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 19:42:03 +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 harsh@cloudera.com designates 209.85.223.176 as permitted sender) Received: from [209.85.223.176] (HELO mail-ie0-f176.google.com) (209.85.223.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 19:41:58 +0000 Received: by iecs9 with SMTP id s9so4656651iec.35 for ; Mon, 10 Sep 2012 12:41:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding:x-gm-message-state; bh=BYI/j4NjmuXRfbwJrjyIbeyyQFMHLmyaRPKREUznPaY=; b=meSKO612yI/XI1ic6tyqf0UIg5y29ppN8GwDExuvJjlOfHEwCP9rmSKRh5krfBT3cP akDFOG5mkxMhzKXysVIiDzrVCYcCW2C1u95EFgDmlyksA+EuJOA6W7x+KfCPbFg0TWxz NKYIvNoF6ciqctE4kIQfbPTbH21MbwGfmDMMfw/r9Xo7ni6jaNN0C7u2qsrtII9p3Yck v1AmfjRyhcWEMNXN8tVigLBCQOeISZKdn4H58se+7bq4JVQyZedyFji9bwtqGhDr96HZ vA6ijqaWYEDsKNqPEMt5Fl237hqSMgzwF4KpuKsN5Sl5cYeOtzo7DWl+nT4HONqqQr1Q g3zw== Received: by 10.42.85.69 with SMTP id p5mr18894984icl.24.1347306098086; Mon, 10 Sep 2012 12:41:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.91.132 with HTTP; Mon, 10 Sep 2012 12:41:16 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Tue, 11 Sep 2012 01:11:16 +0530 Message-ID: Subject: Re: Record seperator To: user@hadoop.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnRHUh17/C8zdnr1EZ3jWad3ospPElzYDxqaw73QW9ij38QxVRnr3dOTwr0R4yPTNUajY93 X-Virus-Checked: Checked by ClamAV on apache.org What version of Hadoop are you using? Via https://issues.apache.org/jira/browse/MAPREDUCE-2254 you can simply set your custom delimiter string as a configuration option, and get this to work right out of the box. On Tue, Sep 11, 2012 at 12:59 AM, Siddharth Tiwari wrote: > Hi list, > > Out of context, does any one encountered record separator delimiter probl= em. > I have a log file in which each record is separated using RECORD SEPERAT= OR > delimiter ( ^^ ) , can any one help me on this on how can I use it as > delimiter ? > > Thanks > > > *------------------------* > Cheers !!! > Siddharth Tiwari > Have a refreshing day !!! > "Every duty is holy, and devotion to duty is the highest form of worship = of > God.=94 > "Maybe other people will try to limit me but I don't limit myself" --=20 Harsh J