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 > >
