My private Maven project with Apache Hadoop examples to help you understand how its MapReduce framework works.
You can run example codes on your (local) computer instead of Hadoop clusters.
Supporting material: SlideShare
Spark ver. is also available here.
- Java 1.8+
- hadoop-common (2.7.3)
- hadoop-client (2.7.3)
ymatsubara.hadoop.example.grading.GradingDriver grades 5 quizzes (max 10pt for each) for 500 students.
ymatsubara.hadoop.example.wordcount.WordCountDriver counts words in English articles (space-delimited text files).