com.intel.hadoop.graphbuilder.util
Class FsUtil

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.util.FsUtil

public class FsUtil
extends java.lang.Object


Constructor Summary
FsUtil()
           
 
Method Summary
static void distributedTempClassToClassPath(org.apache.hadoop.mapred.JobConf conf)
          Archives and distributes the temporary class files generated by IngressJobKeyValueFactory, PreprocessJobKeyValueFactory, and EdgeTransformJobKeyValueFactory using Javassist.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FsUtil

public FsUtil()
Method Detail

distributedTempClassToClassPath

public static void distributedTempClassToClassPath(org.apache.hadoop.mapred.JobConf conf)
Archives and distributes the temporary class files generated by IngressJobKeyValueFactory, PreprocessJobKeyValueFactory, and EdgeTransformJobKeyValueFactory using Javassist. The temporary class files are located at $currentdir/generatedclass, and the distributed archive is located at hdfs:///tmp/tempclass.jar.

Parameters:
conf -