Hey, Can you share the parameter's that you pass as part of the job definition/submission ?
-Chaitanya On Wed, Jul 4, 2012 at 5:22 PM, Prakhar Srivastava <[email protected]>wrote: > Hi, > I am trying to submit an oozie coordinator job using the JAVA API. I am > successfully able to submit a oozie workflow job but facing the error below > while submitting oozie coordinator job. However, the coordinator job gets > submitted successfully and starts at the specified time. I am still unable > to identify the reason for the error below. > > E0303 : E0303: Invalid parameter value, [{0}] = [{1}] > at org.apache.oozie.client.OozieClient.handleError(OozieClient.java:412) > at org.apache.oozie.client.OozieClient$JobAction.call(OozieClient.java:525) > at org.apache.oozie.client.OozieClient$JobAction.call(OozieClient.java:511) > at > > org.apache.oozie.client.OozieClient$ClientCallable.call(OozieClient.java:383) > at org.apache.oozie.client.OozieClient.start(OozieClient.java:547) > at > > com.example.test.client.WorkflowClient.startOozieJob(WorkflowClient.java:136) > at > > com.example.test.client.WorkflowClient.submitOozieJob(WorkflowClient.java:124) > at > > com.example.test.client.WorkflowClient.submitOozieJob(WorkflowClient.java:107) > at > com.example.test.client.WorkflowInit.executeWorkflow(WorkflowInit.java:75) > at com.example.test.client.WorkflowInit.main(WorkflowInit.java:125) > > Any suggestions ??? > > Thanks, > Prakhar >
