TO DO
- Wordcount: counting words and variations (static analysis,for an exercise and code see the “hands on” section in this site) [code+guide]
- Summarization: processing temperatures [Challenge-max] [data] [partial source code]
- Solution here [guide] [Hadoop-Weather-Example]
- Filtering: top ten users by reputation [Challenge-top-k] [data] [partial source code]
- Solution here [guide] [DP_Filtering-TopK]
- Turbo: playing with hot patterns (demo)
- Join: [challenge]