In Oozie site it say 'Shell action's stdout and stderr output are redirected to the Oozie Launcher map-reduce job task STDOUT that runs the shell command'. Can any one tell me where to exactly look at?
相关问题
- Generating Oozie Workflows using Java Code
- Oozie keep adding a old version of httpcore jar to
- Exporting jobs listed in Oozie Web Console
- Submit Oozie Job from another job's java actio
- Report of oozie jobs
相关文章
- Oozie s3 as job folder
- Tables created by oozie hive action cannot be foun
- How to pass Jar files to shell script in OOZIE she
- Oozie workflow: Hive table not found but it does e
- sqoop fails to store incremental state to the meta
- How to configure oozie workflow for multi-input pa
- Oozie Workflow failed due to error JA017
- Apache Oozie failed loading ShareLib
Oozie runs the Shell action in a "launcher" (i.e. dummy Mapper) YARN countainer (#00002) under control of the mandatory AppMaster container (#00001)
job_xxxxx_xxxx
"application_xxxxx_xxxx
(yeah, not "job"...)Good luck.