You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Ted Yu <yu...@gmail.com> on 2010/06/13 16:31:54 UTC

Re: Hadoop 0.20.2 looking *inside* a file in the input path for files?

See https://issues.apache.org/jira/browse/MAPREDUCE-1734

BTW, it's easier for other people to reproduce your scenario if you post
your code.

On Sun, Jun 13, 2010 at 3:35 AM, suckerfish <yi...@gmail.com> wrote:

>
> Hello, I am a newbie to hadoop, following the
> http://hadoop.apache.org/common/docs/r0.20.1/mapred_tutorial.htmlWordCount
> tutorial but trying update it to use the mapreduce classes instead of
> mapred.
>
> However I am getting the following error:
> 10/06/13 18:24:50 INFO mapred.JobClient: Task Id :
> attempt_201006131625_0023_m_000000_0, Status : FAILED
> java.io.FileNotFoundException: 123 123 123 (No such file or directory)
>
> "123 123 123" is the first line in a file on my specified input path.
> Anyone
> have any idea what is going on? I do not run into this problem when I use
> the deprecated mapred classes.
>
> Thanks,
>
> Yipeng
> --
> View this message in context:
> http://old.nabble.com/Hadoop-0.20.2-looking-*inside*-a-file-in-the-input-path-for-files--tp28870429p28870429.html
> Sent from the Hadoop core-user mailing list archive at Nabble.com.
>
>