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

Hadoop QA commented on KNOX-715:
--------------------------------

Testing JIRA KNOX-715


Patch 
[KNOX-715-002.patch|https://issues.apache.org/jira/secure/attachment/12805781/KNOX-715-002.patch]
 downloaded at Tue May 24 00:12:38 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:green}+1 FINDBUGS{color}
.    {color:green}+1{color} the patch does not seem to introduce new Findbugs 
warnings
.    {color:red}WARNING: the current HEAD has  Findbugs warning(s), they should 
be addressed ASAP{color}
{color:green}+1 TESTS{color}
.    Tests run: 667
{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/53/

> submitJava should allow multiple argument via arg()
> ---------------------------------------------------
>
>                 Key: KNOX-715
>                 URL: https://issues.apache.org/jira/browse/KNOX-715
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: ClientDSL
>    Affects Versions: 0.7.0
>            Reporter: Pierre Regazzoni
>            Assignee: Pierre Regazzoni
>         Attachments: KNOX-715-002.patch, KNOX-715.patch
>
>
> Like with submitPig (KNOX-712). I want to be able to provide multiple 
> argument when submitting a jar via submitJava. For example, should be able to 
> do:
> {noformat}
> jobId = Job.submitJava(session) \
>      .jar( "path-to-my-jar" ) \
>      .app( "class-name" ) \
>      .arg( "argument1").arg("value1") \
>      .arg( "argument2").arg("value2") \
>      .arg( "argument3") \
>      .output("path-to-output-dir ) \
>      .now().jobId
> {noformat}
> Current code limits execution to only specifying jar,class,input,output. I 
> should have a patch for it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to