09-04-2015 02:42 AM
Hi all,
Actually I executed successfully some flume jobs using Flume agent in Cloudera 3 node cluster. Now I'm looking to schedule that job using oozie.
Is it possible to schedule the Flume job in Oozie workflow? If possible, anyone please help me with the procedure.
Thank you
Edwin
09-11-2015 10:13 AM
Hi Eddy,
Flume is a streaming tool which processes data as soon as it is received by its source component, so there is no concept of a schedule or batch job.
Can you provide more information on what you are trying to accomplish?
Jeremy
09-12-2015 09:41 AM
Hi Jeremy,
Thank you for your time. I looking to schedule a Flume-Twitter job to be started everyday at 12pm and stopped at 1pm using oozie coornidator.
Is it possible to do?