Hi Mohit, 1) Hadoop is more portable with Linux,Ubantu or any non dos file system. but you are running hadoop on window it colud be the problem bcz hadoop will generate some partial out put file for temporary use. 2) Another thing is that your are running hadoop version as 0.19 , I think if you upgrade the version it will solve your problem. why bcz example what exactly you are using it is having some problem with FileRead and Write with Window OS.
3) Check your input file data bcz i could see your mapper is also 0% 4) If your are all right with whole scenario . please could your share your logs under hadoop<version>/logs there it self we can trace it very clearly. Thanks SAMIR On Fri, May 11, 2012 at 12:26 PM, Mohit Kundra <mohit....@gmail.com> wrote: > Hi , > > I am new user to hadoop . I have installed hadoop0.19.1 on single windows > machine. > Its http://localhost:50030/jobtracker.jsp and > http://localhost:50070/dfshealth.jsp pages are working fine but when i am > executing bin/hadoop jar hadoop-0.19.1-examples.jar pi 5 100 > It is showing below > > $ bin/hadoop jar hadoop-0.19.1-examples.jar pi 5 100 > cygpath: cannot create short name of D:hadoop-0.19.1logs > Number of Maps = 5 Samples per Map = 100 > Wrote input for Map #0 > Wrote input for Map #1 > Wrote input for Map #2 > Wrote input for Map #3 > Wrote input for Map #4 > Starting Job > 12/05/11 12:07:26 INFO mapred.JobClient: > Running job: job_201205111113_0002 > 12/05/11 12:07:27 INFO mapred.JobClient: map 0% reduce 0% > 12/05/11 12:07:35 INFO mapred.JobClient: Task Id : > attempt_201205111113_0002_m_000006_ 0, Status : FAILED > java.io.IOException: Task process exit with nonzero status of 1. > at org.apache.hadoop.mapred.TaskRunner.run (TaskRunner.java:425) > > > > Please tell me what is the root cause.... > > regards , > Mohit > >