Re: Hadoop Tool and Configured

2010-05-27 Thread Grant Ingersoll
I know I've only been away for a month or two on Mahout in terms of dev, but dang if you guys haven't been kicking butt on usability. So much easier to build consistent CLI, etc. On May 27, 2010, at 4:49 PM, Jake Mannix wrote: > AbstractJob extends Configured implements Tool, subclass that whe

Re: Hadoop Tool and Configured

2010-05-27 Thread Jake Mannix
AbstractJob extends Configured implements Tool, subclass that when possible. On Thu, May 27, 2010 at 1:44 PM, Grant Ingersoll wrote: > So, what's the current state of using Tool and Configured? I notice the > CollocDriver does, as do some others, but not everybody does. Is this the > Best Pract

Hadoop Tool and Configured

2010-05-27 Thread Grant Ingersoll
So, what's the current state of using Tool and Configured? I notice the CollocDriver does, as do some others, but not everybody does. Is this the Best Practice going forward? Thanks, Grant