public class EdgeOrder
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Modifier and Type | Class and Description |
---|---|
static class |
EdgeOrder.EOStep1Mapper |
static class |
EdgeOrder.EOStep1Reducer |
static class |
EdgeOrder.EOStep2Mapper |
static class |
EdgeOrder.EOStep2Reducer |
Constructor and Description |
---|
EdgeOrder() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main entry point
|
int |
run(java.lang.String[] args) |
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- [0]: input file path. [1]: output file path.java.lang.Exception
- by hadooppublic int run(java.lang.String[] args) throws java.lang.Exception
run
in interface org.apache.hadoop.util.Tool
java.lang.Exception