Re: AbstractJob, CommandLine Parsing and MAHOUT-947

2012-02-11 Thread Lance Norskog
If you redo this, please make he .props file for a mahout job job handle this: arg:1 arg;2 arg:3 as well as: arg:1 2 3 On Sat, Feb 11, 2012 at 5:53 PM, Lance Norskog wrote: > Doesn't this work: --arg [1-n] values > > On Thu, Feb 9, 2012 at 6:39 PM, Grant Ingersoll wrote: >> In looking at MAHOUT

Re: AbstractJob, CommandLine Parsing and MAHOUT-947

2012-02-11 Thread Lance Norskog
Doesn't this work: --arg [1-n] values On Thu, Feb 9, 2012 at 6:39 PM, Grant Ingersoll wrote: > In looking at MAHOUT-947, I did some work to convert the Seq dumper to > AbstractJob cmd line parsing.  In doing so, I realized AJ has no support for > multiple arguments of the same name, which the s

AbstractJob, CommandLine Parsing and MAHOUT-947

2012-02-09 Thread Grant Ingersoll
In looking at MAHOUT-947, I did some work to convert the Seq dumper to AbstractJob cmd line parsing. In doing so, I realized AJ has no support for multiple arguments of the same name, which the seq dumper needs. I thus added it, which of course broke a lot of other things, which meant I tried