vedharaju / Hurricane

Hurricane performs chained Map-Reduce jobs in small batches at a high frequency (about once per second).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figure out demo workflows

babymastodon opened this issue · comments

Describe some example workflows that will be used to test our system. The most important example is a moving sum such as: "count the number of actions per user in the past 30 seconds". This requires a map, reduce, and a windowed sum (dependency on previous RDD).

An workflow syntax file, as well as code for the UDF files should be created and executed on the system.