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.
我正在寻找一种方法来获取有关 Oozie 工作错误的更多信息。事实上,我不能使用 Oozie 控制台。我只能访问腻子控制台并查看作业状态(正在运行、正常、失败......)。
当一个工作被杀死时,我找不到问题出在哪里:在我的 mapReduce java 类中以及在哪些行上?或在我的 XML 文件中?等等
你有解决办法吗?
你可以用你的腻子控制台试试这个吗?
oozie job -oozie http://<oozie address:port>/oozie info <job-id> verbose