public class PALargeStarOpt
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Modifier and Type | Class and Description |
---|---|
static class |
PALargeStarOpt.ColorLargeStarCombiner |
static class |
PALargeStarOpt.ColorLargeStarMapper |
static class |
PALargeStarOpt.ColorLargeStarReducer |
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
|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- [0]: input file path, [1]: output file path, and tool runner arguments inherited from paccjava.lang.Exception
- of hadooppublic int run(java.lang.String[] args) throws java.lang.Exception
run
in interface org.apache.hadoop.util.Tool
args
- tool runner parameters inherited from paccjava.lang.Exception
- by hadoop