[
https://issues.apache.org/jira/browse/OOZIE-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732068#comment-16732068
]
Peter Cseh edited comment on OOZIE-2949 at 1/2/19 2:06 PM:
-----------------------------------------------------------
The best solution would be some third party lib that handles this for us and is
well-tested, developed. I could not find anything except for Java code
snippets. (There are some 10+ year old things out there though)
It looks like we'll have to implement our own solution here unfortunately.
I think something similar to [this
gist|https://gist.github.com/raymyers/8077031] should be a good enough to start
with. It handles embedding " and ' and escaping with "\"
was (Author: gezapeti):
The best solution would be some third party lib that handles this for us and is
well-tested, developed. I could not find anything except for Java code
snippets. (There are some 10+ year old things out there though)
It looks like we'll have to implement our own solution here unfortunately.
> Escape quotes whitespaces in Sqoop <command> field
> --------------------------------------------------
>
> Key: OOZIE-2949
> URL: https://issues.apache.org/jira/browse/OOZIE-2949
> Project: Oozie
> Issue Type: Bug
> Affects Versions: 4.3.0
> Reporter: Peter Cseh
> Assignee: Andras Salamon
> Priority: Major
> Fix For: 5.2.0
>
> Attachments: OOZIE-2949-0.patch, OOZIE-2949-01.patch
>
>
> The current behavior of the Sqoop action is:
> {noformat}
> The Sqoop command can be specified either using the command element or
> multiple arg elements.
> When using the command element, Oozie will split the command on every space
> into multiple arguments.
> When using the arg elements, Oozie will pass each argument value as an
> argument to Sqoop.
> {noformat}
> This prevents the user to simply copy-paste the command worked in the shell
> into the workflow.xml.
> We should split the <command> field by taking quotes into account, similar to
> what OOZIE-2391
> did for the Spark action's <spark-opts> field.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)