public class RunPageRankBasic
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Main driver program for running the basic (non-Schimmy) implementation of PageRank.
The starting and ending iterations will correspond to paths
/base/path/iterXXXX and /base/path/iterYYYY. As a
example, if you specify 0 and 10 as the starting and ending iterations, the
driver program will start with the graph structure stored at
/base/path/iter0000; final results will be stored at
/base/path/iter0010.
RunPageRankSchimmy| Constructor and Description |
|---|
RunPageRankBasic() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Dispatches command-line arguments to the tool via the
ToolRunner. |
int |
run(String[] args)
Runs this tool.
|
Copyright © 2015. All rights reserved.