|
|
-
Kmeans clustering options
Kate Ericson 2011-04-07, 00:45
Hi all,
I just got the latest update to the first 6 chapters of Mahout In Action, and it still says that '-r' is an option to k-means clustering. I'm working with 0.4, and I'm not seeing it as an option off of -h. I'm just looking for a sanity check - can you set the number of reducers for k-means?
Thanks,
Kate
-
RE: Kmeans clustering options
Jeff Eastman 2011-04-07, 00:58
Only using a -Dmapred.reduce.tasks=n parameter. The explicit CLI argument was dropped in 0.4. Looks like the book has a typo.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kate Ericson Sent: Wednesday, April 06, 2011 5:45 PM To: [EMAIL PROTECTED] Subject: Kmeans clustering options
Hi all,
I just got the latest update to the first 6 chapters of Mahout In Action, and it still says that '-r' is an option to k-means clustering. I'm working with 0.4, and I'm not seeing it as an option off of -h. I'm just looking for a sanity check - can you set the number of reducers for k-means?
Thanks,
Kate
-
Re: Kmeans clustering options
Kate Ericson 2011-04-07, 01:16
Thanks for the quick reply!
-Kate
On Wed, Apr 6, 2011 at 6:58 PM, Jeff Eastman <[EMAIL PROTECTED]> wrote: > Only using a -Dmapred.reduce.tasks=n parameter. The explicit CLI argument was dropped in 0.4. Looks like the book has a typo. > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kate Ericson > Sent: Wednesday, April 06, 2011 5:45 PM > To: [EMAIL PROTECTED] > Subject: Kmeans clustering options > > Hi all, > > I just got the latest update to the first 6 chapters of Mahout In > Action, and it still says that '-r' is an option to k-means > clustering. I'm working with 0.4, and I'm not seeing it as an option > off of -h. > I'm just looking for a sanity check - can you set the number of > reducers for k-means? > > Thanks, > > Kate >
-
Re: Kmeans clustering options
Ted Dunning 2011-04-07, 03:30
Thanks for the typo catching!
On Wed, Apr 6, 2011 at 6:16 PM, Kate Ericson <[EMAIL PROTECTED]>wrote:
> Thanks for the quick reply! > > -Kate > > On Wed, Apr 6, 2011 at 6:58 PM, Jeff Eastman <[EMAIL PROTECTED]> wrote: > > Only using a -Dmapred.reduce.tasks=n parameter. The explicit CLI argument > was dropped in 0.4. Looks like the book has a typo. > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kate > Ericson > > Sent: Wednesday, April 06, 2011 5:45 PM > > To: [EMAIL PROTECTED] > > Subject: Kmeans clustering options > > > > Hi all, > > > > I just got the latest update to the first 6 chapters of Mahout In > > Action, and it still says that '-r' is an option to k-means > > clustering. I'm working with 0.4, and I'm not seeing it as an option > > off of -h. > > I'm just looking for a sanity check - can you set the number of > > reducers for k-means? > > > > Thanks, > > > > Kate > > >
|
|