Author: edwardyoon
Date: Thu May 14 03:45:44 2015
New Revision: 1679306
URL: http://svn.apache.org/r1679306
Log:
fix unit test fails.
Modified:
hama/trunk/examples/src/test/java/org/apache/hama/examples/BipartiteMatchingTest.java
Modified:
hama/trunk/examples/src/test/java/org/apache/hama/examples/BipartiteMatchingTest.java
URL:
http://svn.apache.org/viewvc/hama/trunk/examples/src/test/java/org/apache/hama/examples/BipartiteMatchingTest.java?rev=1679306&r1=1679305&r2=1679306&view=diff
==============================================================================
---
hama/trunk/examples/src/test/java/org/apache/hama/examples/BipartiteMatchingTest.java
(original)
+++
hama/trunk/examples/src/test/java/org/apache/hama/examples/BipartiteMatchingTest.java
Thu May 14 03:45:44 2015
@@ -152,6 +152,7 @@ public class BipartiteMatchingTest exten
GraphJob job = BipartiteMatching.createJob(new String[] { INPUT, OUTPUT,
"30", "2" }, conf);
job.setPartitioner(CustomTextPartitioner.class);
+ job.setNumBspTask(1);
long startTime = System.currentTimeMillis();
if (job.waitForCompletion(true)) {