|
|
-
new join algorithm using mapreduceVikas Jadhav 2013-01-19, 17:28
I am writing new join algorithm using hadoop
and want to do multi way join in single mapreduce job map --> processes all dataset reduce--> join of all dataset + aggregate operation second mapreduce job will collect result from multple reducer files of first job I am pretty clear about map phase but dnt have idea how to process all dataset in single reduce. So how i should proceed and do i need to modify code of mapreduce Thanks -- * * * Thanx and Regards* * Vikas Jadhav* |