Re: problem with writeUTF

2011-03-25 Thread Alessandro Binhara
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

Re: problem with writeUTF

2011-03-25 Thread Mapred Learn
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 ..