com.intel.hadoop.graphbuilder.test.job
Class EdgeTransformJobTest

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.test.job.EdgeTransformJobTest

public class EdgeTransformJobTest
extends java.lang.Object

Test runnable for transforming the edge data of a graph. The transformation function transforms the word-doc count data into word-doc frequency data.

Author:
Haijie Gu

Nested Class Summary
static class EdgeTransformJobTest.Divide
           
static class EdgeTransformJobTest.Sum
           
static class EdgeTransformJobTest.Value
           
 
Constructor Summary
EdgeTransformJobTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeTransformJobTest

public EdgeTransformJobTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws javassist.NotFoundException,
                        java.lang.InstantiationException,
                        java.lang.IllegalAccessException,
                        javassist.CannotCompileException
Parameters:
args - [inputpath, outputpath]
Throws:
javassist.CannotCompileException
java.lang.IllegalAccessException
java.lang.InstantiationException
javassist.NotFoundException