Created 08-04-2019 05:51 AM
I want to run scala app on cluster, my app use spark with "SparkSession"
When i define a Oozie workflow should i use java action or spark action?
Created 08-25-2019 09:18 PM
Hi,
Generally we recommend to use spark action as it is available.
If there is something that spark action can't do then you can have a java action which will run your spark job.
Regards
Nitish