Examples for bigdata tools using the newest features (lambdas, etc...)
Import projects into maven.
Data for the mapreduce examples can be downloaded from here: http://ita.ee.lbl.gov/html/contrib/NASA-HTTP.html
Counts the unique pageviews/day.
Counts the words in a given file.
Counts the words in an incoming stream.
SHows the trending URLs and tags.
Auth credentials goes to a file called auth.properties in the resources folder. Four properties needed:
auth.consumerkey=
auth.consumersecret=
auth.accesstoken=
auth.accesstokensecret=
Basic collaborative filtering examples, user and item based recommender engines.