Oozie - Task Logs Do not Display

限于喜欢 提交于 2019-12-24 11:34:35

问题


Using CDH 5, when I run my oozie workflow I no longer see log-statements from my mappers (log4j, slf4j). I even tried System.out.println - I still don't see the statements. Is there a setting I'm missing?


回答1:


It turned out that the logs are still there except you need to manually point your browser to it. For example, clicking on a map-reduce action still opens the job log page something like (http://localhost:50030/jobdetails.jsp?jobid=job_201510061631_2112).

However to get the result for the actual job, I need to increment the jobid to job_201510061631_2113



来源:https://stackoverflow.com/questions/32019643/oozie-task-logs-do-not-display

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!