- Apache Oozie Essentials
- Jagat Jasjit Singh
- 188字
- 2021-07-30 09:58:22
Oozie concepts
Before we move further, let's look at a few basic concepts of Oozie. In each chapter, we will take some time to learn some new concepts of Oozie besides looking at working examples.
Workflows
Workflow tells Oozie what to do. They are the DAG (a collection of actions arranged in required dependency graph. As a part of Workflow's definition, we write some actions and call them in a certain order.
These are of various types for tasks that we can do as a part of the Workflow, for example, Fs (Hadoop filesystem) action, Pig action, Hive action, MapReduce action, Spark action, and so on. We will discuss Fs action in this chapter.
Coordinator
Coordinator tells Oozie when to do a task, for example, when is the component in Oozie world decided by time or when is the given input data set available. We will discuss the Coordinators later in this book.
Bundles
Bundles tell Oozie what all things to do together as a group, for example, a set of Coordinators that can be run together to satisfy a given business requirement can be combined as Bundle.
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- C語言程序設計(第2版)
- C語言程序設計基礎與實驗指導
- 匯編語言程序設計(第2版)
- C語言程序設計
- Mastering Scientific Computing with R
- Python王者歸來
- Access 2010數據庫基礎與應用項目式教程(第3版)
- JavaScript+Vue+React全程實例
- Mastering ROS for Robotics Programming
- NetBeans IDE 8 Cookbook
- Mastering Akka
- 用案例學Java Web整合開發
- 計算機應用基礎教程(Windows 7+Office 2010)
- UX Design for Mobile