You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by beforest151 <be...@gmail.com> on 2013/03/15 10:02:38 UTC

Re: PFP Growth

I've encountered same issue recently, there's a good chance that this is an
data skew issue, as certain output keys of mapper contains huge values,
corresponding reducer might not able to aggregate the values correctly with
out of memory error. it can be solved by define the key precisely to avoid
skew.... 
Can you get the failed map/reduce process log via jobtracker?



--
View this message in context: http://lucene.472066.n3.nabble.com/PFP-Growth-tp1520639p4047629.html
Sent from the Mahout User List mailing list archive at Nabble.com.