Hi, I want to add one property to my coordinator and I want to use OOZIE-1769 - Coordinator properties update <https://issues.apache.org/jira/browse/OOZIE-1769>command. I am using the following command
oozie job -update 0000010-150318095700142-oozie-oozi-C -conf job.properties and my job.properties look like randomProperty=1 It fails with the following error: Error: E1003 : E1003: Invalid coordinator application attributes, Can not create a Path from a null string It seems that it requires all the configuration properties for the coordinator to be provided in job.properties file. 1. My question is how do I get all the configuration properties that need to be passed in job.properties via oozie command line? 2. Also, how can I get it programatically to be passed to oozie client? Regards Ajay Yadava
