Member since
09-29-2021
2
Posts
0
Kudos Received
0
Solutions
09-29-2021
05:23 AM
Hi Ramesh, Did your issue got resolved, I'm getting the same issue when trying to execute oozie flow, it is in a running state always and I tried changing the port numbers, but the job not getting succeded also I was not able to check the job logs for the reason. Can you please help?
... View more
09-29-2021
05:18 AM
I'm trying to run a sample oozie shell command workflow from Ambari workflow designer, after job execution it is in running status always and neither getting successful nor failed. I'm not able to find the reason. I changed port of resource manager, but still not getting executed. Any idea how could I solve and where can I find the job logs. My WorkFlow.xml is below <?xml version="1.0" encoding="UTF-8" standalone="no"?><workflow-app xmlns="uri:oozie:workflow:0.5" name="copy1"> <start to="shell_1"/> <action name="shell_1"> <shell xmlns="uri:oozie:shell-action:0.3"> <job-tracker>${resourceManager}</job-tracker> <name-node>${nameNode}</name-node> <exec>echo</exec> <argument>"HiiiiiiiiiiiiiiiiiiiiiiiOzooooie"</argument> <capture-output/> </shell> <ok to="end"/> <error to="kill"/> </action> <kill name="kill"> <message>${wf:errorMessage(wf:lastErrorNode())}</message> </kill> <end name="end"/> </workflow-app>
... View more
Labels:
- Labels:
-
Apache Oozie