Package edu.umd.cloud9.example.hits

Class Summary
AFormatterWG Driver program that takes a plain-text encoding of a directed graph and builds corresponding Hadoop structures for representing the graph.
HFormatterWG Driver program that takes a plain-text encoding of a directed graph and builds corresponding Hadoop structures for representing the graph.
HITSNode Representation of a Hubs and Authorities Node for HITS algorithm computation
HubsAndAuthorities Main driver program for running the non-schimmy version of Kleinberg's Hubs and Authorities/Hyperlink-Induced Topic Search (HITS) algorithm Command line arguments are:
HubsAndAuthoritiesSchimmy Main driver program for running the schimmy version of Kleinberg's Hubs and Authorities/Hyperlink-Induced Topic Search (HITS) algorithm Command line arguments are:
InlinkCounter  
MergeFormattedRecords Driver program to merges the output of HFormatterWG and AFormatterWG into a single set of of output files.
PartitionGraph Driver program for partitioning the graph.
RangePartitioner<K,V> Range partitioner.
TextOutput Utility MR job for outputting serialized HITSNode data in human-readable text form