Hello everyone, I'm new to Oozie, currently I'm trying to use Oozie to manage Spark applications. I've tried to submit Spark application as Java action ( as described in http://stackoverflow.com/questions/29233487/launching-a-spark-program-using-oozie-workflow ) and the action return error
> Main class [org.apache.oozie.action.hadoop.JavaMain], exit code [1] My questions are 1. How can I see / access the complete stack trace to know what exactly happened in my application execution? 2. By default, Oozie shared lib directory provides libraries for Hive, Pig, and Map-Reduce. If I want to run Spark job on Oozie, it might be better to add Spark lib jars to Oozie's shared lib instead of copy them to app's lib directory. How can I add Spark lib jars (including spark-core and its dependencies) to Oozie's shared lib? Thank you, -- Muqtafi Akhmad Software Engineer Traveloka
