public class GenerateTabDelimitedWebGraph
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Main driver program for generating a tab-delimited web graph. Each line in the output file starts with a [node-id] and is followed by a list of [node-id]s all separated by tab characters. The first part indicates a page in the web graph, and the rest are the pages which are directly pointed to by that pages. Command-line arguments are as follows:
| Constructor and Description |
|---|
GenerateTabDelimitedWebGraph() |
Copyright © 2015. All rights reserved.