Created on 05-24-2016 01:34 PM - edited 08-18-2019 04:22 AM
I need help with oozie, i am trying to run a script pig when i execute Oozie it shows in Running state only, can anyone please help me to identify as if anything wrong with my workflow.xml or jo.properties. I tried validating workflow.xml and it did not show any error.thnx
pig.pig script
worklow.xml
job.properties
Created 05-24-2016 02:01 PM
Can you please check status of oozie launcher in Resource Manager UI? Sometimes because of un-availability of NodeManagers your launcher gets stuck in ACCEPTED state and never changes its state to RUNNING and in oozie UI it shows RUNNING.
Created 05-24-2016 02:01 PM
Can you please check status of oozie launcher in Resource Manager UI? Sometimes because of un-availability of NodeManagers your launcher gets stuck in ACCEPTED state and never changes its state to RUNNING and in oozie UI it shows RUNNING.
Created on 05-24-2016 03:20 PM - edited 08-18-2019 04:21 AM
i get accepted : wiating for AM container to be allocated , i don't know what this mean exactly , have you any idea ?? i try to change the configuration in yarn-site.xml but i still get the same status for oozie workflow
Created on 05-24-2016 03:31 PM - edited 08-18-2019 04:21 AM
@nejm hadjmbarek - Can you please check if your nodemanagers are healthy?
Please refer below screenshot ( Please look at Active Nodes count )
Created on 05-24-2016 04:06 PM - edited 08-18-2019 04:21 AM
Created 05-24-2016 04:56 PM
@nejm hadjmbarek - You already have 6 containers running and 100% memory is utilized (2GB out of 2GB) hence Oozie launcher is unable to get resources. Can you please click on 1 unhealthy node (click on 1) and see what is the issue, if you get that node back then you will have more capacity.
Also,
Please check running applications, you can kill them if they are stuck or not important! ( Please kill them at your own risk, if those jobs are important then please do not kill 🙂 )
Created 05-25-2016 09:04 AM
i fix the unhealthy node by reducing the memory of this node , after that i run the workflow oozie and it succeed.
Created 05-24-2016 03:35 PM
Either your cluster doesn't have resources to run the AM container of that oozie job or nodemager is not available or you might have some resource queue settings which restricting the resources.