Re: Does Oozie support run sparkR with spark action?

2016-11-11 Thread Peter Cseh
Hi, This exception is caused by a missing jar on the classpath. The needed jars should be added to the classpath in Oozie action. This blogpost describes several ways to do it. I've never tried to run a SparkR

Re: Problems with properties in Java action

2016-11-11 Thread Peter Cseh
Hey, If you use the oozie.launcher prefix on a property, that property will be applied to the Launcher MR job, that launches the action. In your example if you set mapreduce.job.complete.cancel.delegation.tokens to false in the action's configuration then Sqoop will get this property, but the