Oozie Shell Action's stdout and stderr output

只谈情不闲聊 提交于 2019-12-06 03:39:43

Oozie runs the Shell action in a "launcher" (i.e. dummy Mapper) YARN countainer (#00002) under control of the mandatory AppMaster container (#00001)

  1. check your Oozie logs for "external ID job_xxxxx_xxxx"
  2. connect to the dreadful YARN console
  3. search for application_xxxxx_xxxx (yeah, not "job"...)
  4. ignore the AM logs link, go straight to the history link; if you are lucky it will redirect you somewhere
  5. hack your way to the stdout and stderr links

Good luck.

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