I'm triying to submit Spark job to Oozie using Spark's SparkSubmit Java class as suggested in
launching a spark program using oozie workflow but Java action failed with error message
Main class [org.apache.oozie.action.hadoop.JavaMain], exit code [1]
Is there any way to access the execution error log / stack trace so that I can see what really happened? Any comment / answer is appreciated.