[
https://issues.apache.org/jira/browse/KNOX-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435969#comment-15435969
]
Hadoop QA commented on KNOX-743:
--------------------------------
Testing JIRA KNOX-743
Patch
[KNOX-743.patch|https://issues.apache.org/jira/secure/attachment/12825368/KNOX-743.patch]
downloaded at Wed Aug 24 23:36:15 UTC 2016
----------------------------
{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:red}-1 RAW_PATCH_ANALYSIS{color}
. {color:green}+1{color} the patch does not introduce any @author tags
. {color:green}+1{color} the patch does not introduce any tabs
. {color:green}+1{color} the patch does not introduce any trailing spaces
. {color:green}+1{color} the patch does not introduce any line longer than
120
. {color:red}-1{color} the patch does not add/modify any testcase
{color:green}+1 RAT{color}
. {color:green}+1{color} the patch does not seem to introduce new RAT
warnings
{color:green}+1 JAVADOC{color}
. {color:green}+1{color} the patch does not seem to introduce new Javadoc
warnings
{color:green}+1 COMPILE{color}
. {color:green}+1{color} HEAD compiles
. {color:green}+1{color} patch compiles
. {color:green}+1{color} the patch does not seem to introduce new javac
warnings
. {color:red}WARNING{color}: the current HEAD has 76 javac warning(s)
{color:red}-1 FINDBUGS{color}
. {color:red}-1{color} the patch seems to introduce 177 new Findbugs
warning(s) in module(s) [gateway-shell]
. {color:red}WARNING: the current HEAD has Findbugs warning(s), they should
be addressed ASAP{color}
{color:green}+1 TESTS{color}
. Tests run: 664
{color:green}+1 DISTRO{color}
. {color:green}+1{color} distro tarball builds with the patch
----------------------------
{color:red}*-1 Overall result, please check the reported -1(s)*{color}
{color:red}. There is at least one warning, please check{color}
The full output of the test-patch run is available at
. https://builds.apache.org/job/Knox-master-patch-verify/67/
> 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)