Package | Description |
---|---|
org.apache.gora.tutorial.log | |
org.apache.gora.tutorial.log.generated |
Modifier and Type | Method and Description |
---|---|
protected void |
LogAnalytics.LogAnalyticsMapper.map(Long key,
Pageview pageview,
org.apache.hadoop.mapreduce.Mapper.Context context) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.Job |
LogAnalytics.createJob(DataStore<Long,Pageview> inStore,
DataStore<String,MetricDatum> outStore,
int numReducer)
Creates and returns the
Job for submitting to Hadoop mapreduce. |
Modifier and Type | Class and Description |
---|---|
static class |
Pageview.Tombstone |
Modifier and Type | Method and Description |
---|---|
Pageview |
Pageview.Builder.build() |
Pageview |
Pageview.newInstance() |
Modifier and Type | Method and Description |
---|---|
static Pageview.Builder |
Pageview.newBuilder(Pageview other)
Creates a new Pageview RecordBuilder by copying an existing Pageview instance
|
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.