Description
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:
sqoop_command = "import --connect ..." jobId = Job.submitSqoop(session) \ .command(sqoop_command) \ .statusDir("${jobDir}/output") \ .now().jobId
Attachments
Attachments
Issue Links
- is depended upon by
-
KNOX-891 Add Sqoop DSL Documentation to User Guide
- Closed