public class LinkRank
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
LinkRank()
Default constructor.
|
LinkRank(org.apache.hadoop.conf.Configuration conf)
Configurable constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(org.apache.hadoop.fs.Path webGraphDb)
Runs the complete link analysis job.
|
void |
close() |
static void |
main(String[] args) |
int |
run(String[] args)
Runs the LinkRank tool.
|
public LinkRank()
public LinkRank(org.apache.hadoop.conf.Configuration conf)
public void close()
public void analyze(org.apache.hadoop.fs.Path webGraphDb)
throws IOException
webGraphDb - The WebGraph to run link analysis on.IOException - If an error occurs during link analysis.Copyright © 2014 The Apache Software Foundation