This project has retired. For details please refer to its Attic page.
org.apache.gora.tutorial.log (Apache Gora 0.2 API)

Package org.apache.gora.tutorial.log

Class Summary
KeyValueWritable<K extends WritableComparable,V extends WritableComparable> A WritableComparable containing a key-value WritableComparable pair.
LogAnalytics LogAnalytics is the tutorial class to illustrate Gora MapReduce API.
LogAnalytics.LogAnalyticsMapper The Mapper takes Long keys and Pageview objects, and emits tuples of <url, day> as keys and 1 as values.
LogAnalytics.LogAnalyticsReducer The Reducer receives tuples of <url, day> as keys and a list of values corresponding to the keys, and emits a combined keys and MetricDatum objects.
LogManager LogManager is the tutorial class to illustrate the basic DataStore API usage.
TextLong A KeyValueWritable of Text keys and LongWritable values.
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.