Namenode shutting down again and again in single node setup

2011-01-11 Thread Mapred Learn
Hi, I have setup single node setup and any commaand I run gives error: $ /home/Owner/hadoop/hadoop-0.20.2/bin/hadoop jar hadoop-*-examples.jar grep in put output 'dfs[a-z.]+' 11/01/11 10:54:28 INFO ipc.Client: Retrying connect to server: localhost/127.0.0 .1:9000. Already tried 0 time(s). 11/01/11

Re: Reposting - Hadoop log timestamps & file timestamps not same as system time.

2011-01-11 Thread Owen O'Malley
On Mon, Jan 10, 2011 at 11:23 PM, Ravi Phulari wrote: > Hello Friends, > I am seeing Hadoop log timestamps & file timestamps not same as system > time. Please use common-user for general usage questions. General is for announcements and discussions about the project. Thanks, Owen

Re: how to read map_0.out

2011-01-11 Thread Ferdy Galema
Thanks. I succesfully created an InputFormat that uses an IFile.Reader. The fact that the files are concatenated did not seem to matter much, I could use a single IFile.Reader to read the entire map_0.out file. Ferdy. Owen O'Malley wrote: The intermediate files are called IFiles. The format is