When starting a new discussion on a mailing list, please do not reply to
an existing message, instead start a fresh email. Even if you change the
subject line of your email, other mail headers still track which thread
you replied to and your question is "hidden" in that thread and gets less
attention. It makes following discussions in the mailing list archives
particularly difficult.
See Also: http://en.wikipedia.org/wiki/User:DonDiego/Thread_hijacking
> I am trying to run FPGrowth:
>
> *hadoop jar /opt/mahout-0.3/mahout-examples-0.3.job
> org.apache.mahout.fpm.pfpgrowth.FPGrowthDriver -i
> output/product/part-r-00000 -o pfp -method mapreduce -regex [\\t] -s 5 -g
> 17500 -k 50*
>
> However the 3rd task:* "Processing FPTree: Bottom Up FP Growth >
> reduce"*will not finish. It's basically stuck at 85% and hasn't budged
> in over an
> hour. The output of the first task outputted there were about 37K features
> so I set -g to 17500. Does anyone know whats going on and how I can speed
> this up?
>
> Thanks
>
>
|