Chapter 9. Running Oozie in Production
In this chapter, we will see how to deploy Oozie code in production using best practices of continuous integration and deployment. We will also see how to make Oozie work in a secured Hadoop cluster. Besides this, we will discuss how to restart the Oozie jobs that have failed in between.
In this chapter, we will:
- Create production-ready code for Oozie
From the concept point of view, we will:
- Understand the concept of rerun
Packaging and continuous delivery
In this section, we will see how to package the Oozie code and deploy it in production.
The code for this section is available in the folder <BOOK_CODE_HOME>/learn_oozie/ch09/packaging
.
Import the project in to your favorite editor (Eclipse/Intellij) as a Maven ...
Get Apache Oozie Essentials now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.