Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 hadoop 1.0.3 上运行 oozie。我想知道是否必须在单个集群内的所有 hadoop 节点上安装 oozie?仅将它安装在主节点(hadoop)上就足够了吗?我搜索了 oozie 文档,但找不到我的问题的答案。
谢谢你,莫辛。
Oozie不需要安装在集群中的所有节点上。它可以安装在专用机器上或与任何其他框架一起安装。查看本指南以快速安装 Oozie。
请注意,Oozie 有一个客户端和一个服务器组件。服务器组件有一个调度器和一个工作流引擎。工作流引擎使用 hPDL(Hadoop 流程定义语言)来定义工作流。