Package com.intel.hadoop.graphbuilder.partition.mapreduce.vrecord

Class Summary
VrecordIngressMapper This mapper class map each VertexRecord into K records where K is the size of the mirror plus 1 for the owner.
VrecordIngressMR The MapRedue class takes from input directory a list of VertexRecrod and distribute each record to its partitions.
VrecordIngressReducer This reducer class takes a list of VertexRecord that belongs to the same partition, and write them into the output directory of that partition.