I have a Hive table partitioned by date(e.g. 20150730)
Furthermore, I created a hive query which consumes today's partition date and the most recent previous partition date which is not necessary to be yesterday. (e.g. 20150730 and 20150728)
I want to use oozie to execute this hive query daily, but how can I find the previous partition date? (again the previous proportional date is unpredictable)