Skip to content
master
corral/examples/
corral/examples/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Corral Examples

The below examples are provided for "Getting Started" writing applicaitons in corral.

The Amplab benchmarks are useful for comparing corral's performance to other "Big Data Frameworks". These benchmark applications are also useful as they showcase common MapReduce tasks (filters, aggregations, and joins) as written in corral.

Word Count

  • Reads input files line-by-line and reports the occurences of each observed word.

Amplab Benchmark Query 1

  • Implements the "Scan Query" benchmark from the Amplab Big Data Benchmark
  • Performs a scan of input data, with a filter enforced on certain fields

Amplab Benchmark Query 2

  • Implements the "Aggregation Query" benchmark from the Amplab Big Data Benchmark
  • Performs a filter on input data, and returns an aggregate (sum) value by key

Amplab Benchmark Query 3

  • Implements the "Join Query" benchmark from the Amplab Big Data Benchmark
  • Performs filters, aggregations, and a join on multiple input datasets.
You can’t perform that action at this time.