Hi,
I am planning to use Falcon in our project to get source and target file names(for ETL) dynamically with the use of feed name.
I have few question. It will be very helpful if some one can guide.
1. I have set Oozie workflows which I am planning to run through Falcon job. All these Oozie workflows should run one after other. I know that on falcon process I can schedule job. But how can I set dependency between these jobs to make it run sequentially. I don’t want to schedule all my falcon jobs.
2. Is there a option in feed file to start some job once feed is received for today? Once all my source files are received I want to start the falcon job. I don’t want to schedule it at specific time.
3. How to tag meta data(schema of the file) in feed file?