Created 11-22-2018 01:59 PM
Hello All,
I try to run a spark 2 job with oozie on HDP 2.6.5.
Oozie starts successful, but my spark 2 job keeps in running state.
on Resource manager UI, I got
Application Type: | SPARK |
---|---|
Application Tags: | oozie-7bf4f1cfb7c848de2db37230975b4450 |
Application Priority: | 0 (Higher Integer value indicates higher priority) |
YarnApplicationState: | ACCEPTED: waiting for AM container to be allocated, launched and register with RM. |
Kindly suggest.
Created 11-22-2018 03:42 PM
Looks like there is a resource crunch. Can you try adding additional NodeManagers if possible. Check if any applications are running in YARN. You can kill any app if it's not used and see if your spark job goes to running state from accepted.
Created 11-22-2018 03:42 PM
Looks like there is a resource crunch. Can you try adding additional NodeManagers if possible. Check if any applications are running in YARN. You can kill any app if it's not used and see if your spark job goes to running state from accepted.
Created 11-23-2018 02:16 PM
I had limited resource on the yarn queue that I used for my spark job.