Skip to content

Commit

Permalink
Turning on sequential execution as mapreduce takes forever and result…
Browse files Browse the repository at this point in the history
…s are comparable

git-svn-id: https://svn.apache.org/repos/asf/mahout/trunk@1341875 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Jeff Eastman committed May 23, 2012
1 parent 1c7505a commit d282527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private static void runSequentialDirichletClusterer(Path input, Path output,
RandomAccessSparseVector.class.getName(), ManhattanDistanceMeasure.class.getName(), 2);

DirichletDriver.run(new Configuration(), input, output, description, numClusters, numIterations, alpha0, true,
true, 0, false);
true, 0, true);
}

public static void main(String[] args) throws Exception {
Expand Down

0 comments on commit d282527

Please sign in to comment.