Andras Piros created OOZIE-3402:
-----------------------------------
Summary: [client] Error message for missing workflow definition
contains error code duplication
Key: OOZIE-3402
URL: https://issues.apache.org/jira/browse/OOZIE-3402
Project: Oozie
Issue Type: Bug
Components: client
Affects Versions: 5.1.0
Reporter: Andras Piros
When a workflow definition is not present on HDFS, and the property
{{oozie.jobs.api.generated.xml}} is not present in the HTTP request sent to
{{V2JobServlet}} by {{OozieCLI}}, following error message is displayed:
{noformat}
Error: E0307 : E0307: Runtime error [App directory
[hdfs://localhost:9000/user/root/examples/apps/subwf] does not exist and app
definition cannot be created because of missing config value
[oozie.jobs.api.generated.xml]
{noformat}
The error code {{E0307}} is displayed two times, need to remove one.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)