public class NodeReader extends Configured
| Constructor and Description |
|---|
NodeReader() |
NodeReader(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpUrl(Path webGraphDb,
String url)
Prints the content of the Node represented by the url to system out.
|
static void |
main(String[] args)
Runs the NodeReader tool.
|
getConf, setConfpublic NodeReader()
public NodeReader(Configuration conf)
public void dumpUrl(Path webGraphDb, String url) throws IOException
webGraphDb - The webgraph from which to get the node.url - The url of the node.IOException - If an error occurs while getting the node.Copyright © 2021 The Apache Software Foundation