|
|
+
Ivan Ryndin 2012-12-11, 06:02
-
Re: What are the best practices to start Hadoop MR jobs?Mohammad Tariq 2012-12-11, 06:07
Hello Ivan,
Instead of running as a cron job, you can launch MR jobs through Apache Oozie, the workflow engine for MapReduce, Pig etc. For more details you can visit the Oozie home page at : oozie.apache.org Regards, Mohammad Tariq On Tue, Dec 11, 2012 at 11:32 AM, Ivan Ryndin <[EMAIL PROTECTED]> wrote: > Hi all! > > What are the best practices to start MR jobs? > Curently I start my jobs by cron. > Also I start jobs by internal timer from my java application (which is > similar starting by cron) > > What are other approaches to start MR jobs? > Perhaps, some best practices apply here? > > -- > Best regards, > Ivan > |