Re: Number of reduce tasks of PFP

2012-05-01 Thread 培宇
OK I will try to do more. Thank you very much! -- Best regards, 培宇 Omi

Re: Number of reduce tasks of PFP

2012-04-30 Thread 戴清灏
oh..you don't need run several reduce tasks on a small dataset. multiple reduce tasks does not mean a good performance, caus there would be network consumption, and so on. PFP code does not contain such a line to set reduce task number, you can specify it yourself by modifying the code or xml file.

Re: Number of reduce tasks of PFP

2012-04-30 Thread 培宇
the size of dataset only takes dozens MB. But on my own understanding of PFP, the more reduce tasks may have better performance, isn't it? By the way, I don't find "setNumReduceTasks()" in the source code of Mahout How does it work with multiple reduce tasks? 2012/4/30 戴清灏 > Then how big you

Re: Number of reduce tasks of PFP

2012-04-30 Thread 戴清灏
Then how big your input data size is? For a rather small dataset, one reduce task is enough to process. Regards, Q 2012/4/30 培宇 > I set mapred.tasktracker.reduce.tasks.maximum 1 in conf for each node > > but I have 4 nodes for running Hadoop > > Should I install mahout for each node or only m

Re: Number of reduce tasks of PFP

2012-04-30 Thread 培宇
I set mapred.tasktracker.reduce.tasks.maximum 1 in conf for each node but I have 4 nodes for running Hadoop Should I install mahout for each node or only master node? Thanks for your help 2012/4/30 戴清灏 > Sorry for having made you confused. > I mean, if you have explicitly specify the reduce

Re: Number of reduce tasks of PFP

2012-04-30 Thread 戴清灏
Sorry for having made you confused. I mean, if you have explicitly specify the reduce task number in your hadoop conf/mapred-site.xml or some where else, PFP would only execute one reduce task. Your parameter groups 10 would only make PFP call reduce method 10 times. Actually reduce method had been

Re: Number of reduce tasks of PFP

2012-04-30 Thread 培宇
Hello I mean reduce tasks. I set the parameter -g 10, but there is still one reduce task in ParallelFPGrowth. How do I set parameter -g to change the number of reduce tasks? Thanks for your reply -- Best regards, 培宇 Omi

Re: Number of reduce tasks of PFP

2012-04-29 Thread 戴清灏
? > > > > Thanks a lot! > > > > -- > > View this message in context: > http://lucene.472066.n3.nabble.com/Number-of-reduce-tasks-of-PFP-tp3948156.html > > Sent from the Mahout User List mailing list archive at Nabble.com. >

Re: Number of reduce tasks of PFP

2012-04-29 Thread Wenhao Xu
Thanks a lot! > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Number-of-reduce-tasks-of-PFP-tp3948156.html > Sent from the Mahout User List mailing list archive at Nabble.com.

Number of reduce tasks of PFP

2012-04-29 Thread Omi
Hello everyone I'm a novice at Mahout, and I meet some problems in PFP. There is always only one reduce task in ParallelFPGrowth. How can I set the number of reduce tasks in PFP? Thanks a lot! -- View this message in context: http://lucene.472066.n3.nabble.com/Number-of-reduce-tasks-o