Prerequisites: Working with Oozie requires some basic knowledge of the Hadoop eco-system and running MapReduce jobsTaught by a team which includes 2 Stanford-educated, ex-Googlers and 2 ex-Flipkart Lead Analysts. This team has decades of practical experience in working with large-scale data processing jobs. Oozie is like the formidable, yet super-efficient admin assistant who can get things done for you, if you know how to askLet's parse that formidable, yet super-efficient: Oozie is formidable because it is entirely written in XML, which is hard to debug when things go wrong. However, once you've figured out how to work with it, it's like magic. Complex dependencies, managing a multitude of jobs at different time schedules, managing entire data pipelines are all made easy with Oozieget things done for you: Oozie allows you to manage Hadoop jobs as well as Java programs, scripts and any other executable with the same basic set up. It manages your dependencies cleanly and logically. if you know how to ask: Knowing the right configurations parameters which gets the job done, that is the key to mastering OozieWhat's Covered: Workflow Management: Workflow specifications, Action nodes, Control nodes, Global configuration, real examples with MapReduce and Shell actions which you can run and tweak
Time-based and data-based triggers for Workflows: Coordinator specification, Mimicing simple cron jobs, specifying time and data availability triggers for Workflows, dealing with backlog, running time-triggered and data-triggered coordinator actions
Data Pipelines using Bundles: Bundle specification, the kick-off time for bundles, running a bundle on Oozie
Using discussion forums
Please use the discussion forums on this course to engage with other students and to help each other out. Unfortunately, much as we would like to, it is not possible for us at Loonycorn to respond to individual questions from students:-(
Facilities
Location
Start date
Online
Start date
Different dates availableEnrolment now open
About this course
Install and set up Oozie
Configure Workflows to run jobs on Hadoop
Configure time-triggered and data-triggered Workflows
Questions & Answers
Add your question
Our advisors and other users will be able to reply to you
We are verifying your question adjusts to our publishing rules. According to your answers, we noticed you might not be elegible to enroll into this course, possibly because of: qualification requirements, location or others. It is important you consult this with the Centre.
Thank you!
We are reviewing your question. We will publish it shortly.
Or do you prefer the center to contact you?
Reviews
Have you taken this course? Share your opinion
This centre's achievements
2021
All courses are up to date
The average rating is higher than 3.7
More than 50 reviews in the last 12 months
This centre has featured on Emagister for 6 years
Subjects
Architectural
Install
Team Training
Global
Workflow
XML
XML training
Course programme
Introduction
1 lecture01:38You, This Course and Us You, This Course and Us
Introduction
1 lecture01:38You, This Course and Us You, This Course and Us
You, This Course and Us You, This Course and Us
You, This Course and Us You, This Course and Us
You, This Course and Us You, This Course and Us
You, This Course and Us You, This Course and Us
You, This Course and Us
You, This Course and Us
A Brief Overview Of Oozie
2 lectures22:02What is Oozie?A very first principles discussion of why you would want to use Oozie.Oozie architectural componentsBasic Oozie component overview, and where Oozie fits in the Hadoop ecosystem.
A Brief Overview Of Oozie
2 lectures22:02What is Oozie?A very first principles discussion of why you would want to use Oozie.Oozie architectural componentsBasic Oozie component overview, and where Oozie fits in the Hadoop ecosystem.What is Oozie?A very first principles discussion of why you would want to use Oozie.What is Oozie?A very first principles discussion of why you would want to use Oozie.What is Oozie?A very first principles discussion of why you would want to use Oozie.What is Oozie?A very first principles discussion of why you would want to use Oozie.A very first principles discussion of why you would want to use Oozie.A very first principles discussion of why you would want to use Oozie.Oozie architectural componentsBasic Oozie component overview, and where Oozie fits in the Hadoop ecosystem.Oozie architectural componentsBasic Oozie component overview, and where Oozie fits in the Hadoop ecosystem.Oozie architectural componentsBasic Oozie component overview, and where Oozie fits in the Hadoop ecosystem.Oozie architectural componentsBasic Oozie component overview, and where Oozie fits in the Hadoop ecosystem.Basic Oozie component overview, and where Oozie fits in the Hadoop ecosystem.Basic Oozie component overview, and where Oozie fits in the Hadoop ecosystem.
Oozie Install And Set Up
1 lecture16:28Installing Oozie on your machineTime to install Oozie and run some workflows. Do use the attached text file which has detailed instructions and all the commands you'll need.
Oozie Install And Set Up
1 lecture16:28Installing Oozie on your machineTime to install Oozie and run some workflows. Do use the attached text file which has detailed instructions and all the commands you'll need.Installing Oozie on your machineTime to install Oozie and run some workflows. Do use the attached text file which has detailed instructions and all the commands you'll need.Installing Oozie on your machineTime to install Oozie and run some workflows. Do use the attached text file which has detailed instructions and all the commands you'll need.Installing Oozie on your machineTime to install Oozie and run some workflows. Do use the attached text file which has detailed instructions and all the commands you'll need.Installing Oozie on your machineTime to install Oozie and run some workflows. Do use the attached text file which has detailed instructions and all the commands you'll need.Time to install Oozie and run some workflows. Do use the attached text file which has detailed instructions and all the commands you'll need.Time to install Oozie and run some workflows. Do use the attached text file which has detailed instructions and all the commands you'll need.
Workflows: A Directed Acyclic Graph Of Tasks
7 lectures01:00:44Running MapReduce on the command line Run a simple MapReduce job using the command line. If you're comfortable running MR jobs you can simply skip this!
The attached zip files has a lot of MR examples, we just run the simplest one.The lifecycle of a WorkflowWorkflows are basic Oozie building blocks, a brief introduction to how Workflows workRunning our first Oozie Workflow MapReduce applicationt's real when you can run stuff! Running our very first MapReduce Workflow on Oozie.The job.properties fileThe properties specified to configure a Workflow.The workflow.xml fileThe actual code (well it's XML, but that is code as far as Oozie is concerned)A Shell action WorkflowA Shell action WorkflowControl nodes, Action nodes and Global configurations within WorkflowWorkflows have advanced control structures to determine which action to execute and ways to specify global configuration for all actions
Workflows: A Directed Acyclic Graph Of Tasks
7 lectures01:00:44Running MapReduce on the command line Run a simple MapReduce job using the command line. If you're comfortable running MR jobs you can simply skip this!
The attached zip files has a lot of MR examples, we just run the simplest one.The lifecycle of a WorkflowWorkflows are basic Oozie building blocks, a brief introduction to how Workflows workRunning our first Oozie Workflow MapReduce applicationt's real when you can run stuff! Running our very first MapReduce Workflow on Oozie.The job.properties fileThe properties specified to configure a Workflow.The workflow.xml fileThe actual code (well it's XML, but that is code as far as Oozie is concerned)A Shell action WorkflowA Shell action WorkflowControl nodes, Action nodes and Global configurations within WorkflowWorkflows have advanced control structures to determine which action to execute and ways to specify global configuration for all actionsRunning MapReduce on the command line Run a simple MapReduce job using the command line. If you're comfortable running MR jobs you can simply skip this!
The attached zip files has a lot of MR examples, we just run the simplest one.
Running MapReduce on the command line Run a simple MapReduce job using the command line. If you're comfortable running MR jobs you can simply skip this!
The attached zip files has a lot of MR examples, we just run the simplest one.
Running MapReduce on the command line Run a simple MapReduce job using the command line. If you're comfortable running MR jobs you can simply skip this!
The attached zip files has a lot of MR examples, we just run the simplest one.
Running MapReduce on the command line Run a simple MapReduce job using the command line. If you're comfortable running MR jobs you can simply skip this!
The attached zip files has a lot of MR examples, we just run the simplest one.
Run a simple MapReduce job using the command line. If you're comfortable running MR jobs you can simply skip this!
The attached zip files has a lot of MR examples, we just run the simplest one.
Run a simple MapReduce job using the command line. If you're comfortable running MR jobs you can simply skip this!
The attached zip files has a lot of MR examples, we just run the simplest one.
The lifecycle of a WorkflowWorkflows are basic Oozie building blocks, a brief introduction to how Workflows workThe lifecycle of a WorkflowWorkflows are basic Oozie building blocks, a brief introduction to how Workflows workThe lifecycle of a WorkflowWorkflows are basic Oozie building blocks, a brief introduction to how Workflows workThe lifecycle of a WorkflowWorkflows are basic Oozie building blocks, a brief introduction to how Workflows workWorkflows are basic Oozie building blocks, a brief introduction to how Workflows workWorkflows are basic Oozie building blocks, a brief introduction to how Workflows workRunning our first Oozie Workflow MapReduce applicationt's real when you can run stuff! Running our very first MapReduce Workflow on Oozie.Running our first Oozie Workflow MapReduce applicationt's real when you can run stuff! Running our very first MapReduce Workflow on Oozie.Running our first Oozie Workflow MapReduce applicationt's real when you can run stuff! Running our very first MapReduce Workflow on Oozie.Running our first Oozie Workflow MapReduce applicationt's real when you can run stuff! Running our very first MapReduce Workflow on Oozie.t's real when you can run stuff! Running our very first MapReduce Workflow on Oozie.t's real when you can run stuff! Running our very first MapReduce Workflow on Oozie.The job.properties fileThe properties specified to configure a Workflow.The job.properties fileThe properties specified to configure a Workflow.The job.properties fileThe properties specified to configure a Workflow.The job.properties fileThe properties specified to configure a Workflow.The properties specified to configure a Workflow.The properties specified to configure a Workflow.The workflow.xml fileThe actual code (well it's XML, but that is code as far as Oozie is concerned)The workflow.xml fileThe actual code (well it's XML, but that is code as far as Oozie is concerned)The workflow.xml fileThe actual code (well it's XML, but that is code as far as Oozie is concerned)The workflow.xml fileThe actual code (well it's XML, but that is code as far as Oozie is concerned)The actual code (well it's XML, but that is code as far as Oozie is concerned)The actual code (well it's XML, but that is code as far as Oozie is concerned)A Shell action WorkflowA Shell action WorkflowA Shell action WorkflowA Shell action WorkflowA Shell action WorkflowA Shell action WorkflowA Shell action WorkflowA Shell action WorkflowA Shell action WorkflowA Shell action WorkflowControl nodes, Action nodes and Global configurations within WorkflowWorkflows have advanced control structures to determine which action to execute and ways to specify global configuration for all actionsControl nodes, Action nodes and Global configurations within WorkflowWorkflows have advanced control structures to determine which action to execute and ways to specify global configuration for all actionsControl nodes, Action nodes and Global configurations within WorkflowWorkflows have advanced control structures to determine which action to execute and ways to specify global configuration for all actionsControl nodes, Action nodes and Global configurations within WorkflowWorkflows have advanced control structures to determine which action to execute and ways to specify global configuration for all actionsWorkflows have advanced control structures to determine which action to execute and ways to specify global configuration for all actionsWorkflows have advanced control structures to determine which action to execute and ways to specify global configuration for all actions
Coordinators: Managing Workflows Hadoop Install Step 1 : Standalone Mode How to set up Hadoop in the standalone mode. Windows users need to install a Virtual Linux instance before this video. How to set up Hadoop in...
Additional information
Students should have basic knowledge of the Hadoop eco-system and should be able to run MapReduce jobs on Hadoop