Re: oozie and spark on yarn

2016-06-08 Thread vaquar khan
Hi Karthi, Hope following information will help you. Doc: https://oozie.apache.org/docs/4.2.0/DG_SparkActionExtension.html Example : https://developer.ibm.com/hadoop/2015/11/05/run-spark-job-yarn-oozie/ Code : http://3097fca9b1ec8942c4305e550ef1b50a.proxysheep.com/apache/oozie/blob/master/clie

Re: oozie and spark on yarn

2016-06-08 Thread karthi keyan
Hi , Make sure you have oozie 4.2.0 and configured with either yarn / mesos mode. Well, you just parse your scala / Jar file in the below syntax, ${jobTracker} ${nameNode} ${master} Wordcount ${Classname} ${nameNode}/WordCo

oozie and spark on yarn

2016-06-08 Thread pseudo oduesp
hi , i want ask if somone used oozie with spark ? if you can give me example: how ? we can configure on yarn thanks