Does Oozie support run sparkR with spark action?

2016-11-08 Thread Dongying Jiao
Hi: I have an issue with oozie run sparkR, could you please help me? I try to run sparkR job through oozie in yarn-client mode. And I have installed R package in all my nodes. job.properties is like: nameNode=hdfs://XXX:8020 jobTracker=XXX:8050 master=yarn-client queueName=default oozie.use.system

Oozie logs of actions and child jobs

2016-11-08 Thread Hanmay Udgiri
Hi All, I need to capture all action logs and child jobs logs. Can anybody plz let me how to achieve this. I need to create a HDFS folder with the parent job id and under that need to store logs as per the child jobs or actions Thanks Hanmayya Udgiri

maven build failed for version 4.2.0

2016-11-08 Thread WangYQ
i download oozie 4.0.2 in windows, and move this tar to linux, build with maven, error log: [INFO] [INFO] Reactor Summary: [INFO] [INFO] Apache Oozie Main .. SUCCESS [ 1.459 s] [INFO] Apache

Re: Oozie logs of actions and child jobs

2016-11-08 Thread Hanmay Udgiri
Hi All How to get the logs in python script I have tried oozie job -oozie -log but it is returning empty content Even tried web service API, it is alos giving empty response Thanks Hanmayya Udgiri On 08-Nov-2016 3:44 PM, "Hanmay Udgiri" wrote: > Hi All, > I need to capture all action logs a