[
https://issues.apache.org/jira/browse/OOZIE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13832157#comment-13832157
]
Alejandro Abdelnur commented on OOZIE-1575:
-------------------------------------------
The {{oozie}} script does the following already:
{code}
${JAVA_BIN} ${OOZIE_CLIENT_OPTS} -cp ${OOZIECPPATH}
org.apache.oozie.cli.OozieCLI "${@}"
{code}
This means that if you do {{oozie sqoop ... -query "select * from T"}},
{{"select * from T"}} will be pass to java as a single argument. So, nothing to
be done here other than document that the query must be between double quotes.
Aren't you seeing that behavior?
> Add functionality to submit sqoop jobs through http on oozie server side
> ------------------------------------------------------------------------
>
> Key: OOZIE-1575
> URL: https://issues.apache.org/jira/browse/OOZIE-1575
> Project: Oozie
> Issue Type: Sub-task
> Components: client
> Reporter: Bowen Zhang
> Assignee: Bowen Zhang
> Fix For: trunk
>
> Attachments: oozie-1575.patch, oozie-1575.patch, oozie-1575.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)