[ 
https://issues.apache.org/jira/browse/KNOX-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436074#comment-15436074
 ] 

Larry McCay commented on KNOX-743:
----------------------------------

Hi [~pregazzoni] - I will review this in the next day or two.
Can you look into the 177 new Findbugs warnings that were supposedly introduced 
by this?
Sounds a little outrageous. :)

> 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
>         Attachments: KNOX-743.patch
>
>
> 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)

Reply via email to