Hey Peng, In your feed entity definition validity is not set correctly. Please change the validity end to date in the future. Replication coord is not getting kicked because of this. You should be seeing belong warning log in falcon.application.log *Warning:* "Feed Retention is not applicable as Feed's end time for cluster local is not in the future"
<clusters> <cluster name="local"> <validity start="2013-11-15T00:00Z" *end="2013-11-15T00:50Z"*/> <retention limit="minutes(15)" action="delete"/> </cluster> </clusters> Thanks! On Fri, Oct 3, 2014 at 9:38 AM, Peng Zhang <pengzh...@yahoo-inc.com.invalid> wrote: > Hi Falcon Devs, > > I run the example apps in the src package and the work flow does work > well. However, after successfully finishing the job, I did’t see any > retention job scheduled neither does my input and output path get deleted. > Attachment is the sample in-feed.xml I have. In addition, I can not see any > errors in ooze log/job logs. Could you please help me figure out what the > problem might be? > Thanks in advance. > > Best, > Peng > > feed description="input" name="in" xmlns="uri:falcon:feed:0.1"> > <groups>input</groups> > > <frequency>minutes(1)</frequency> > <timezone>UTC</timezone> > <late-arrival cut-off="minutes(3)"/> > > <clusters> > <cluster name="local"> > <validity start="2013-11-15T00:00Z" end="2013-11-15T00:50Z"/> > <retention limit="minutes(15)" action="delete"/> > </cluster> > </clusters> > > <locations> > <location type="data" > path="/data/in/${YEAR}/${MONTH}/${DAY}/${HOUR}/${MINUTE}"/> > </locations> > > <ACL owner="pengzhang" group="hdfs" permission="0x777"/> > <schema location="/schema/log/log.format.csv" provider="csv"/> > <properties> > > -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.