Research Article

Application of Filters to Multiway Joins in MapReduce

Algorithm 4

Map function.
: an input record from the th dataset
: replication factors that are pre-computed or pre-defined in the phase
(1) procedure  MAP
(2)  extract the join attribute values by parsing the input record
              : concatenation, : delimiter
(3)  
(4)  
(5)  for each in   do
             : the dataset id of the record
(6)   
(7)  end for
(8) end procedure