Created on 01-24-2016 01:40 PM - edited 09-16-2022 02:59 AM
Hi,
After upgrading to CDH 5.5.1 from CDH 5.4.2, our oozie workflows started failing, which used to wok in CDH 5.4.2. Now we are confused why this is happening. Please see the following error:
FAILED: IllegalArgumentException java.net.URISyntaxException: Relative path in absolute URI: file:./tmp/yarn/83926d9d-6271-45de-9d44-9c2b12a649bc/hive_2016-01-24_20-34-24_987_916201278402533005-1 Intercepting System.exit(40000) Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.HiveMain], exit code [40000]
please need help asap!!!!
Thanks!!!
Created 01-24-2016 02:59 PM
Created 01-24-2016 02:59 PM
Created 01-24-2016 05:44 PM
Hi,
Thanks Harsh the workaround works for hive action, but we still notice our failed email action started throwing nullpointerexception too.
<action name="killEmail">
<email xmlns="uri:oozie:email-action:0.1">
<to>${emailRecipients}</to>
<subject>Oozie Workflow Run Error On abc-hist Workflow</subject>
<body>Oozie workflow id: ${wf:id()}, run failed.Error Message: [ ${wf:errorMessage(wf:lastErrorNode())} ]
</body>
</email>
<ok to="kill"/>
<error to="kill"/>
</action>
Can you please help us out with this too !!!!
Thanks
Created 01-24-2016 06:08 PM
Created 01-24-2016 06:32 PM