I submitted a oozie workflow that is a shell action, it calls spark-submit
to run a Spring boot application which is a jar
file. It runs on yarn in client mode.
However, I found that the all Spring log is inside oozie mapreduce job in yarn, not in Spark job itself. I don't understand why?