Did you try with the changes which i told you earlier, you have to provide those properties in your property file while submitting the job.
Thanks, Mayank On Tue, Mar 13, 2012 at 7:25 PM, Deepak Reddy <[email protected]> wrote: > I have only one action node in my workflow which I want to rerun. > > What would be the value for oozie.wf.rerun.failnodes in that case. > > Thanks, > DR > > -----Original Message----- > From: Mayank Bansal [mailto:[email protected]] > Sent: Tuesday, March 13, 2012 5:03 PM > To: [email protected] > Subject: Re: rerun of failed workflow jobs > > Are you using secure hadoop or non secure hadoop? > try adding following properties to your property file > > mapreduce.jobtracker.kerberos.principal=mapred/_HOST@LOCALREALM > > dfs.namenode.kerberos.principal=hdfs/_HOST@LOCALREALM > > Thanks, > Mayank > > On Tue, Mar 13, 2012 at 4:51 PM, Deepak Reddy <[email protected]> > wrote: > > > I tried with oozie.wf.rerun.failnodes=false > > > > It didn't work. > > > > -DR > > > > -----Original Message----- > > From: Mona Chitnis [mailto:[email protected]] > > Sent: Tuesday, March 13, 2012 4:47 PM > > To: [email protected] > > Subject: Re: rerun of failed workflow jobs > > > > Hello, > > > > Have you specified either of these properties correctly in your > > properties file? > > > > oozie.wf.rerun.skip.nodes (comma-separated list of action nodes. > > Should be completed in previous run) oozie.wf.rerun.failnodes ( can be > > {true | false} > > ) > > > > > > --Mona > > > > > > On 3/13/12 4:40 PM, "Deepak Reddy" <[email protected]> wrote: > > > > Hi > > > > When I try to rerun a failed oozie workflow job I am getting the > > following error > > > > oozie job -config /tmp/loadlogs.properties -rerun > > 0000048-120312221512410-oozie-oozi-W > > > > its giving me Error: HTTP error code: 500 : Internal Server Error > > > > I am using oozie 2.3.0 from CDH3u3 distribution. > > > > Thanks, > > DR > > > > >
