[
https://issues.apache.org/jira/browse/KNOX-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359990#comment-15359990
]
ASF subversion and git services commented on KNOX-715:
------------------------------------------------------
Commit 024e324272a18779d49a76fcae841fefd81f0f27 in knox's branch
refs/heads/v0.9.1 from [~lmccay]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=024e324 ]
KNOX-715 - submitJava should allow multiple argument via arg() Pierre Regazzoni
via lmccay
> 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
> Fix For: 0.9.1
>
> Attachments: KNOX-715-002.patch, KNOX-715-003.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)