Package com.intel.hadoop.graphbuilder.job

Class Summary
AbstractEdgeTransformJob<VidType extends WritableComparable<VidType>,EdgeData extends Writable,TransformedEdata extends Writable> An abstract wrapper class for running the Edge Transformation Job, see EdgeTransformMR.
AbstractIdNormalizationJob An abstract wrapper class for running the Graph Id Normalization Job.
AbstractPartitionJob<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable> An abstract wrapper class for running the Partitioning Job.
AbstractPreprocessJob<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable> An abstract wrapper class for running the Preprocessing Job, which creates a graph from the raw input data.