Member since
09-29-2021
2
Posts
0
Kudos Received
0
Solutions
10-05-2021
01:27 AM
I use OOZIE to run a workflow. But a simple official example shell-wf (echo hello oozie) stuck in RUNNING state and never end. The workflow can be submitted but stuck at RUNNING state. There is not any error in job log in OOZIE UI. When submitting a shell with spark-submit inside, the job will be never submitted and can not be seen in Spark UI. I suspect the shell didn't run at all. customer survey
... View more
10-03-2021
10:10 PM
Hi, Is this your new oozie setup? or was it running fine earlier? Is oozie service up and running? Can you provide the output for below commands to verify job status and its logs:( Replace the workflow id ) a. oozie job -oozie http://<oozie-server-host>:11000 -info <workflow-id> b. oozie job -oozie http://<oozie-server-host>:11000 -log <workflow-id> Regards, Chethan YM
... View more