public class LoopReader extends Configured
Constructor and Description |
---|
LoopReader() |
LoopReader(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
dumpUrl(Path webGraphDb,
String url)
Prints loopset for a single url.
|
static void |
main(String[] args)
Runs the LoopReader tool.
|
getConf, setConf
public LoopReader()
public LoopReader(Configuration conf)
public void dumpUrl(Path webGraphDb, String url) throws IOException
webGraphDb
- The WebGraph to check for loopsurl
- The url to check.IOException
- If an error occurs while printing loopset information.Copyright © 2015 The Apache Software Foundation