[
https://issues.apache.org/jira/browse/KNOX-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15442154#comment-15442154
]
Hadoop QA commented on KNOX-743:
--------------------------------
Testing JIRA KNOX-743
Patch
[submitSqoop.md|https://issues.apache.org/jira/secure/attachment/12825883/submitSqoop.md]
downloaded at Sat Aug 27 19:56:19 UTC 2016
----------------------------
{color:red}-1{color} Patch failed to apply to head of branch
----------------------------
> Add submitSqoop via knox shell api
> ----------------------------------
>
> Key: KNOX-743
> URL: https://issues.apache.org/jira/browse/KNOX-743
> Project: Apache Knox
> Issue Type: Improvement
> Components: ClientDSL
> Affects Versions: 0.9.0
> Reporter: Pierre Regazzoni
> Assignee: Pierre Regazzoni
> Fix For: 0.10.0
>
> Attachments: KNOX-743.patch, submitSqoop.md
>
>
> Add ability to submitSqoop job via knox since templeton also support this
> functionality. I have a basic patch that I am trying and will submit it.
> Would be something like this:
> {code:java}
> sqoop_command = "import --connect ..."
> jobId = Job.submitSqoop(session) \
> .command(sqoop_command) \
> .statusDir("${jobDir}/output") \
> .now().jobId
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)