Hey, apparently PurgeService is not doing it's job in my prod environment.
I have the following property defined in my oozie-site.xml:

    <property>
        <name>oozie.service.PurgeService.older.than</name>
        <value>7</value>
        <description>
            Jobs older than this value, in days, will be purged by the 
PurgeService.
        </description>
    </property>

So, it should purge jobs older than 7 days, right? I don't see it happening.
Is there anything else I should set to have it remove old stuff?

Oozie was restarted after I added that property about 10 days ago.

Thank you.
Eduardo.

Reply via email to