Return-Path: Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: (qmail 26381 invoked from network); 25 Mar 2011 17:08:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Mar 2011 17:08:03 -0000 Received: (qmail 73473 invoked by uid 500); 25 Mar 2011 17:08:00 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 73404 invoked by uid 500); 25 Mar 2011 17:08:00 -0000 Mailing-List: contact hdfs-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-user@hadoop.apache.org Delivered-To: mailing list hdfs-user@hadoop.apache.org Received: (qmail 73389 invoked by uid 99); 25 Mar 2011 17:08:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Mar 2011 17:08:00 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of binhara@gmail.com designates 74.125.82.176 as permitted sender) Received: from [74.125.82.176] (HELO mail-wy0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Mar 2011 17:07:53 +0000 Received: by wyb40 with SMTP id 40so1734981wyb.35 for ; Fri, 25 Mar 2011 10:07:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=zD20KBQP8zKMNNv20kTNsbsabkx2o9eUjTaxmiv9k28=; b=yEafrKNkAN1ragXybtL5Ym57C4R1flrV8mTt8kfqVG7I/+Tqo7xq/HyIx/UiTHQEuB Dk9yZ7NMNwaHXfXGixxdGgql/ZzzgU0FN8Wpw+7hkKCyr8/VVtS7QppadQBnQjfvDAeM m3aM1j2H57lIlv5jwr8tUPfL2zLLx/GCbYOyA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=cVE+bE3Dl7Rq8zCq1ZDMH1WNK3pX+Hyx6qguiqwDj7hUl9vXmI3ne0+LWshbz9Pl+u VOmlyEB6C9q0mwaxJenZ1b9poQCbCMxPW9K8OuOhiHH/F+bAyiOyDIhgQAKi2E5j+eEr 7KOD2HftDvPnRk1RrQxQHBhfb28lNi/znWFf8= MIME-Version: 1.0 Received: by 10.216.64.139 with SMTP id c11mr2087797wed.46.1301072818931; Fri, 25 Mar 2011 10:06:58 -0700 (PDT) Received: by 10.216.21.82 with HTTP; Fri, 25 Mar 2011 10:06:58 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Mar 2011 14:06:58 -0300 Message-ID: Subject: Re: problem with writeUTF From: Alessandro Binhara To: cdh-user@cloudera.org Cc: Mapred Learn , "hdfs-user@hadoop.apache.org" , "general@hadoop.apache.org" Content-Type: multipart/alternative; boundary=000e0cd56c5a330a91049f519f37 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd56c5a330a91049f519f37 Content-Type: text/plain; charset=ISO-8859-1 OHOHOHO Thanks .. It s working now!!!! On Fri, Mar 25, 2011 at 11:22 AM, Mapred Learn wrote: > I also had this problem And ended up switching to : > Write instead of writeUTF: > Write(outputBytes, 0, outputBytes.length) > > Sent from my iPhone > > On Mar 25, 2011, at 6:36 AM, Alessandro Binhara wrote: > > > Hello all .. > > > > I write some programs to hadoop here .. and i had a problem with writeUTF > .. > > It put a null in every line begin . > > > > See in attachement .. > > > > Whats happen? How to remove this null ? > > > > thanks > > > > > --000e0cd56c5a330a91049f519f37 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable OHOHOHO Thanks ..=A0
It s working now!!!!


On Fri, Mar 25, 2011 at 11:22 AM, Mapred Learn= <mapred.learn@gmail.com> wrote:
I also had this problem And ended up switchi= ng to :
Write instead of writeUTF:
Write(outputBytes, 0, outputBytes.length)

Sent from my iPhone

On Mar 25, 2011, at 6:36 AM, Alessandro Binhara <binhara@gmail.com> wrote:

> Hello all ..
>
> I write some programs to hadoop here .. and i had a problem with write= UTF ..
> It put a null in every line begin .
>
> See in attachement ..
>
> Whats happen? How to remove this null ?
>
> thanks
>
> <imagenull.png>

--000e0cd56c5a330a91049f519f37--