Thanks, Virag. But I cannot find the getRerunTime() method from the CoordinatorAction interface. I am using oozie 3.2.0 client API. Do I need to upgrade Oozie to higher version?
Thanks, Shanzhong On Mon, Feb 11, 2013 at 12:34 AM, Virag Kothari <[email protected]> wrote: > Hi Shangzhong, > > You can use > getCoordActionInfo(String actionId).getRerunTime(). > > Also, 'oozie.coord.action.get.all.attributes' needs to be set to 'true' in > oozie-site.xml for the > Coordinator action to have the rerun time field. > > Regards, > Virag > > > > On 2/11/13 12:01 AM, "Shangzhong zhu" <[email protected]> wrote: > > >Hi, > > > >I am using Oozie 3.2.0. > > > >In Oozie DB schema, seems there is a cloumn rerun_time in COORD_ACTIONS > >table. But I cannot find which API function to access this field. > > > >I need to rerun failed coordinator actions, and would like to which action > >has been rerun and when. > > > >Any clue on how to access this field? > > > >Thanks, > >Shanzhong > >
