public class LinkRank extends Configured implements Tool
| Constructor and Description |
|---|
LinkRank()
Default constructor.
|
LinkRank(Configuration conf)
Configurable constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(Path webGraphDb)
Runs the complete link analysis job.
|
static void |
main(String[] args) |
int |
run(String[] args)
Runs the LinkRank tool.
|
getConf, setConfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConf, setConfpublic LinkRank()
public LinkRank(Configuration conf)
public void analyze(Path webGraphDb) throws IOException, ClassNotFoundException, InterruptedException
webGraphDb - The WebGraph to run link analysis on.IOException - If an error occurs during link analysis.ClassNotFoundExceptionInterruptedExceptionCopyright © 2021 The Apache Software Foundation