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
