From f4017cbc61238d58bf8596c4c8e1c2ca6736508d Mon Sep 17 00:00:00 2001 From: ygoh Date: Mon, 8 Jun 2015 17:47:50 +0800 Subject: [PATCH] fix cluster timeout issue when having large amount of clique candidates. --- src/wonderyao/GenerateCliqueCandidate.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wonderyao/GenerateCliqueCandidate.java b/src/wonderyao/GenerateCliqueCandidate.java index 8b41c36..5fce74f 100644 --- a/src/wonderyao/GenerateCliqueCandidate.java +++ b/src/wonderyao/GenerateCliqueCandidate.java @@ -30,6 +30,7 @@ public DataBag exec(Tuple input) throws IOException { Tuple clique1 = (Tuple)keyClique.get(1); Iterator jt = list.iterator(); while(jt.hasNext()){ + reporter.progress(); Tuple clique2 = jt.next(); Tuple merged = tupleFactory.newTuple(clique1.size()+1); for(int i=0; i