[ 
https://issues.apache.org/jira/browse/OOZIE-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759304#comment-13759304
 ] 

Mona Chitnis commented on OOZIE-1515:
-------------------------------------

For backward compatibility with older clients, I had removed the line from 
OozieClient#JobAction.call()
{code}
conn.setRequestProperty("content-type", RestConstants.XML_CONTENT_TYPE);
{code}

But above newer client unit tests are failing because of content-type null. 
Have to go take a call here..
                
> Passing superset of action id range should be allowed
> -----------------------------------------------------
>
>                 Key: OOZIE-1515
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1515
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>             Fix For: trunk
>
>         Attachments: OOZIE-1515.patch, OOZIE-1515.patch
>
>
> {code}
> oozie job -kill 0001-12345-C -action 1-10
> {code}
> will fail if all coord actions 1 through 10 don't exist. It is more probable 
> that user will give an arbitrary range which is a superset of actions 
> actually existing, and kill command should work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to