Venkatesan Ramachandran created OOZIE-2553:
----------------------------------------------
Summary: Cred tag is required for all actions in the workflow even
if an action does not require it
Key: OOZIE-2553
URL: https://issues.apache.org/jira/browse/OOZIE-2553
Project: Oozie
Issue Type: Bug
Components: workflow
Reporter: Venkatesan Ramachandran
Assignee: Venkatesan Ramachandran
1. define a workflow with credentials section
2. define a MR action
3. followed by a Hive Action with cred tag (kerberos enabled for metastore)
Workflow execution fails with following error:
"Could not load credentials with name [null]"
A workaround is to make all actions in the workflow take the cred tag, but this
will break existing workflows cause backward compatibility issue.
It looks like OOZIE-2446 surfaces this underlying dormant issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)