- Apache Oozie Essentials
- Jagat Jasjit Singh
- 224字
- 2021-07-30 09:58:19
What this book covers
Chapter 1, Setting up Oozie, covers how to install and configure Oozie in Hadoop cluster. We will also learn how to install Oozie from the source code.
Chapter 2, My First Oozie Job, covers running a "Hello World" equivalent first Oozie job. It also introduces the concept of Workflow, Coordinator, and Bundles.
Chapter 3, Oozie Fundamentals, introduces the fundamental concepts of control nodes, expression language, web console, and running Oozie jobs from Hue.
Chapter 4, Running MapReduce Jobs, teaches how to run MapReduce jobs from Oozie and explores the concepts of Coordinators, Datasets, and cron-based frequency schedules.
Chapter 5, Running Pig Jobs, teaches how to run Pig jobs from Oozie. We will also cover the concept of parameterization of Datasets and Coordinator controls.
Chapter 6, Running Hive Jobs, introduces how to run Hive jobs and discusses the concepts of parameterization of Coordinator actions.
Chapter 7, Running Sqoop Jobs, shows how to run Sqoop jobs from Oozie and introduces the concept of HCatalog Datasets and EL functions.
Chapter 8, Running Spark Jobs, shows how to run Spark jobs. It also introduces the concept of Bundles and how they are used to group a set of Coordinator jobs.
Chapter 9, Running Oozie in Production, covers how to package the code for production deployments and how to rerun the jobs that have failed.
- Python數據分析入門與實戰
- VMware vSphere 6.7虛擬化架構實戰指南
- Mastering OpenCV 4
- Windows Server 2012 Unified Remote Access Planning and Deployment
- 深度學習:算法入門與Keras編程實踐
- Python數據分析從0到1
- 自然語言處理Python進階
- 零代碼實戰:企業級應用搭建與案例詳解
- Learning VMware vSphere
- Java程序設計教程
- Clojure for Finance
- HTML5 and CSS3:Building Responsive Websites
- Game Development Patterns and Best Practices
- Swift iOS Programming for Kids
- 基于Docker的Redis入門與實戰