Package com.intel.hadoop.graphbuilder.preprocess.inputformat

Interface Summary
GraphTokenizer<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable> Tokenize the input provided by InputFormat into a list of Vertex and and a list of Edge objects.
 

Class Summary
XMLInputFormat Builtin InputFormat for XML, borrowed from Cloud9: ://github.com/lintool /Cloud9/blob/master/src/dist/edu/umd/cloud9/collection/XMLInputFormat.java.
XMLInputFormat.XMLRecordReader RecordReader for XML documents Recognizes begin-of-document and end-of-document tags only: Returning text object of everything in between delimiters