com.intel.hadoop.graphbuilder.idnormalize.mapreduce
Class SortEdgeMR
java.lang.Object
com.intel.hadoop.graphbuilder.idnormalize.mapreduce.SortEdgeMR
public class SortEdgeMR
- extends java.lang.Object
This class partition the edge list input by the hash of the source vertex.
Method Summary |
void |
run(java.lang.String inputpath,
java.lang.String outputpath)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortEdgeMR
public SortEdgeMR(int numChunks,
GraphParser graphparser,
FieldParser vidparser,
FieldParser edataparser)
run
public void run(java.lang.String inputpath,
java.lang.String outputpath)
throws java.io.IOException
- Throws:
java.io.IOException