[
https://issues.apache.org/jira/browse/OOZIE-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Purshotam Shah updated OOZIE-2157:
----------------------------------
Description:
{code}
JobSubmit(Properties conf, boolean start) {
super("POST", RestConstants.JOBS, "", (start) ?
prepareParams(RestConstants.ACTION_PARAM,
RestConstants.JOB_ACTION_START) : prepareParams());
this.conf = notNull(conf, "conf");
}
{code}
Where other job operation goes to jobServelt.
Does anyone know reason behind this?
In-fact jobServlet doesn't have any method to accept job submission.
It confusion for people who uses web-service to interact with Oozie.
> Oozie job submit calls jobsServlet ( not jobServelt) to submit job
> ------------------------------------------------------------------
>
> Key: OOZIE-2157
> URL: https://issues.apache.org/jira/browse/OOZIE-2157
> Project: Oozie
> Issue Type: Bug
> Reporter: Purshotam Shah
>
> {code}
> JobSubmit(Properties conf, boolean start) {
> super("POST", RestConstants.JOBS, "", (start) ?
> prepareParams(RestConstants.ACTION_PARAM,
> RestConstants.JOB_ACTION_START) : prepareParams());
> this.conf = notNull(conf, "conf");
> }
> {code}
> Where other job operation goes to jobServelt.
> Does anyone know reason behind this?
> In-fact jobServlet doesn't have any method to accept job submission.
> It confusion for people who uses web-service to interact with Oozie.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)