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.
我已经在我的系统中安装了 apache oozie version4.1.2。在安装时,我使用以下命令为 oozie 创建了一个数据库。
ooziedb.sh 创建 -sqlfile oozie.sql -run(在 linux 中)
为什么 oozie 需要数据库?它将在数据库中存储什么?
Oozie 将工作流/调度程序详细信息和其他信息存储在数据库中。可以从控制台访问正在运行的作业和早期作业的状态。