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/client/src/main/resources/spark-action-0.1.xsd

regards,

Vaquar Khan



On Wed, Jun 8, 2016 at 5:26 AM, karthi keyan <karthi93.san...@gmail.com>
wrote:

> 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}/WordCount.jar 
>
> above sample will have the required file in HDFS and made change according
> to your use case.
>
> Regards,
> Karthik
>
>
> On Wed, Jun 8, 2016 at 1:10 PM, pseudo oduesp <pseudo20...@gmail.com>
> wrote:
>
>> hi ,
>>
>> i want ask if somone used oozie with spark ?
>>
>> if you can give me example:
>> how ? we can configure  on yarn
>> thanks
>>
>
>


-- 
Regards,
Vaquar Khan
+91 830-851-1500


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