A short time ago, I ran into a related problem with DistributedRowMatrix not picking up externally set Configuration settings. See:
https://issues.apache.org/jira/browse/MAHOUT-641 I believe the patch for this has already been integrated into trunk. You may want to try using a 0.5 snapshot build or downloading the repo and building trunk yourself. -Jon On Wed, Apr 27, 2011 at 1:17 PM, Jake Mannix <[email protected]> wrote: > On Wed, Apr 27, 2011 at 1:12 PM, Paul Mahon <[email protected]> wrote: > > > For the first issue, I've tried adding that argument on the command line, > > but it has no effect on the transpose job. It does have an effect an > another > > job the program runs though. From inspecting the code of TransposeJob and > > DistributedRowMatrix, I wouldn't expect it to have an effect: > > DistributedRowMatrix: > > > > Ok, we've been hunting down these issues all over the place, and it looks > like you've caught another one! This should hopefully be as easy to solve > as passing in the Configuration that the DistributedRowMatrix already has. > > > > For the second issue, that would be nice. > > > I'll look into it! > > -jake >
