Package edu.umd.cloud9.demo

Class Summary
DemoHBaseClient Demo that illustrates the HBase client API.
DemoHBaseSink Demo that illustrates HBase as a data sink.
DemoHBaseSource Demo that illustrates HBase as a data source.
DemoPackJSON Demo that packs the sample collection into a SequenceFile as JSON objects.
DemoPackTuples1 Demo that packs the sample collection into a SequenceFile as Tuple objects.
DemoPackTuples2 Demo that packs the sample collection into a SequenceFile as Tuple objects with complex internal structure.
DemoWordCondProbJSON Demo of how to compute conditional probabilities using JSON objects as intermediate keys.
DemoWordCondProbJSON.MyTuple  
DemoWordCondProbTuple Demo of how to compute conditional probabilities using Tuples as intermediate keys.
DemoWordCount Simple word count demo.
DemoWordCount.MyMapper  
DemoWordCount.MyReducer  
DemoWordCountJSON Demo that illustrates use of JSONObjectWritable objects as intermediate keys in a MapReduce job.
DemoWordCountJSON.MyKey  
DemoWordCountTuple1 Demo that illustrates use of Tuple objects as intermediate keys in a MapReduce job.
DemoWordCountTuple1.MyMapper  
DemoWordCountTuple1.MyReducer  
DemoWordCountTuple2 Another demo that illustrates use of Tuple objects as intermediate keys in a MapReduce job.
LocalDemoWordCount  
LocalDemoWordCountTuple1  
SequentialPageRank Program that computes PageRank for a graph using the JUNG package (2.0 alpha1).