Please unsubscribe

2017-04-20 Thread Bhanu Prakash Nunna
Please unsubscribe

Re: workflow is not running

2017-04-20 Thread Peter Cseh
Hi Hitesh, Please check the yarn logs for the application job_1492491380035_0002 for the root cause of the failure. Thanks, gp On Tue, Apr 18, 2017 at 7:25 AM, Hitesh Goyal wrote: > Hi Satish, > Here is the job info > > Workflow Name : oozie_test.py > App Path : emr > Status: KILL

Re: Please unsubscribe

2017-04-20 Thread Erez Mazor
Please unsubscribe On Thu, Apr 20, 2017 at 11:47 AM, Bhanu Prakash Nunna < bhanu...@microsoft.com.invalid> wrote: > Please unsubscribe

Question about callbacks in Oozie HA

2017-04-20 Thread Jean Carlo
Hi everybody, I am quite strugguling trying to understand oozie ha and how it use the variable oozie_base_url. The documentation says It is used by the resourcemanager link b

Re: Question about callbacks in Oozie HA

2017-04-20 Thread Peter Cseh
Hi, By default Oozie checks the status of every action in every 10 minutes. This would cause delays between action executions so Oozie uses the MapReduce's notification url to send a notification. The MapReduce ApplicationMaster send the callback to the Oozie server. This callback triggers the ch