Re: Map Reduce Job is reported as complete on history server while on console it shows as only half way thru

2014-09-21 Thread S.L
Does anyone know what the issue could be , is there any property setting that is causing this behavior ? On Wed, Sep 17, 2014 at 3:11 PM, S.L simpleliving...@gmail.com wrote: I don't see any hs_err file in the current directory , so I don't think that is the case. On Wed, Sep 17, 2014 at

Map Reduce Job is reported as complete on history server while on console it shows as only half way thru

2014-09-17 Thread S.L
Hi All, I am running a MRV1 job on Hadoop YARN 2.3.0 cluster , the problem is when I submit this job YARN the application that is running in YARN is marked as complete even as on console its reported as only 58% complete . I have confirmed that its also not printing the log statements that its

Re: Map Reduce Job is reported as complete on history server while on console it shows as only half way thru

2014-09-17 Thread Vinod Kumar Vavilapalli
Is it possible that the client JVM is somehow getting killed while the YARN application finishes as usual on the cluster in the background? +Vinod On Wed, Sep 17, 2014 at 9:29 AM, S.L simpleliving...@gmail.com wrote: Hi All, I am running a MRV1 job on Hadoop YARN 2.3.0 cluster , the

Re: Map Reduce Job is reported as complete on history server while on console it shows as only half way thru

2014-09-17 Thread S.L
I am not sure, I running a sequence of MRV1 jobs using a bash script , this seems to happen in the 4th iteration consistently, how do I confirm this possibility? On Wed, Sep 17, 2014 at 1:34 PM, Vinod Kumar Vavilapalli vino...@apache.org wrote: Is it possible that the client JVM is somehow

Re: Map Reduce Job is reported as complete on history server while on console it shows as only half way thru

2014-09-17 Thread S.L
I don't see any hs_err file in the current directory , so I don't think that is the case. On Wed, Sep 17, 2014 at 2:21 PM, S.L simpleliving...@gmail.com wrote: I am not sure, I running a sequence of MRV1 jobs using a bash script , this seems to happen in the 4th iteration consistently, how do

Re: Job is reported as complete on history server while on console it shows as only half way thru

2014-09-01 Thread Zhijie Shen
Doe you mean multiple application attempts on YARN? One MR job shouldn't result in multiple YARN applications. Would you please share what is shown on the JHS and RM web UIs? On Thu, Aug 28, 2014 at 2:01 PM, S.L simpleliving...@gmail.com wrote: Hi All, I am running a MRV1 job on Hadoop YARN

Job is reported as complete on history server while on console it shows as only half way thru

2014-08-28 Thread S.L
Hi All, I am running a MRV1 job on Hadoop YARN 2.3.0 cluster , the problem is when I submit this job YARN created multiple applications for that submitted job , and the last application that is running in YARN is marked as complete even as on console its reported as only 58% complete . I have