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 バージョン 4.1.2 をインストールしました。インストール中に、次のコマンドを使用して oozie のデータベースを作成しました。
ooziedb.sh create -sqlfile oozie.sql -run (Linux の場合)
Oozie にデータベースが必要なのはなぜですか? データベースには何を保存しますか?
Oozie は、ワークフロー/スケジューラの詳細などを db に格納します。実行中のジョブと以前のジョブのステータスには、コンソールからアクセスできます。