Pierre Regazzoni created KNOX-743:
-------------------------------------
Summary: 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
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:
```
jobId = Job.submitSqoop(session) \
.command(sqoop_command) \
.statusDir("${jobDir}/output") \
.now().jobId
```
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)