|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.hadoop.graphbuilder.util.FsUtil
public class FsUtil
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 |
---|
public FsUtil()
Method Detail |
---|
public static void distributedTempClassToClassPath(org.apache.hadoop.mapred.JobConf conf)
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.
conf
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |