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

Robert Kanter commented on OOZIE-1286:
--------------------------------------

Test failures are unrelated.
                
> SSH Action does not properly handle arguments that have spaces
> --------------------------------------------------------------
>
>                 Key: OOZIE-1286
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1286
>             Project: Oozie
>          Issue Type: Bug
>          Components: action
>    Affects Versions: trunk
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>             Fix For: trunk
>
>         Attachments: OOZIE-1286.patch, OOZIE-1286.patch, OOZIE-1286.patch, 
> OOZIE-1286.patch, OOZIE-1286.patch
>
>
> The SSH action treats arguments that have a space as separate arguments 
> instead of as a single argument, even if you put quotes or do similar tricks. 
>  
> e.g.
> {code:xml}
> <command>svn</command>
> <args>commit</args>
> <args>-m</args>
> <args>hello world</args>
> {code}
> This will actually send {{svn commit -m "hello" "world"}} instead of {{svn 
> commit -m "hello world"}}

--
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