Apache Oozie Tutorial

Preface

Apache Oozie is a big data workflow scheduling tool that manages Hadoop jobs such as Pig jobs, MapReduce jobs, Sqoop jobs. Apart from the Hadoop job, Apache Oozie can manage the Java and shell scripts as well. Using Apache Oozie we can schedule the job that will trigger at a specific time.

This tutorial has been prepared to provide an introduction to Apache Oozie, its workflow, operations, coordinates, bundle, property file, and so on.


Prerequisites

A basic understanding of job scheduling workflow and crontab jobs is required.


Spectators

This tutorial is created for any professionals who are keen to learn Big data Analytics and want to understand Hadoop job scheduling through Oozie.


So let's Begin it, Happy Learning.