public class PSE
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Modifier and Type | Class and Description |
---|---|
static class |
PSE.SubgraphEnumerationMapper |
Constructor and Description |
---|
PSE() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main entry point
|
int |
run(java.lang.String[] args)
Submit the hadoop job of PSE
|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- [0]: input file path. [1]: patternString. [2]: output file path.
Tool runner arguments:
-D numColors the number of colorsjava.lang.Exception
- by hadooppublic int run(java.lang.String[] args) throws java.lang.Exception
run
in interface org.apache.hadoop.util.Tool
args
- [0]: input file path. [1]: patternString. [2]: output file path.
Tool runner arguments:
-D numColors the number of colorsjava.lang.Exception
- by hadoop