| Class | Description |
|---|---|
| ApacheAccessLog |
This class represents an Apache access log line.
|
| HitCounterProgram |
A MapReduce job which computes total number of hits for every unique url or path in apache access logs
|
| HitCounterProgram.Counter |
A reducer that sums up the counts for each key.
|
| HitCounterProgram.Emitter |
A mapper that emits each url or path with a value of 1.
|
| LogAnalysisApp |
Application that demonstrate running a Spark and MapReduce simultaneously in a
Workflow |
| LogAnalysisApp.HitCounterServiceHandler |
A
Service that responds with total number of hits for a given URL or path |
| LogAnalysisApp.LogAnalysisWorkflow |
A Workflow which ties spark and mapreduce program together for log analysis
|
| LogAnalysisApp.RequestCounterHandler |
A Service which serves the number of requests made by unique ip address from a
TimePartitionedFileSet |
| LogAnalysisApp.ResponseCounterHandler |
A
Service that responds with total number of responses for a given response code |
| LogAnalysisApp.ResponseCounterSpark |
Specification for the Spark program in this application
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.