Question
Assignment #1 (Due week 2, May 30, 2024) Note: to view the links properly, use Adobe Acrobat reader, not Preview on the Mac. You can download it here https://get.adobe.com/reader/. 1. set up your Hadoop cluster in local standalone mode. For details see https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop- common/SingleCluster.html 2. study the example source code accompanying O'Reilly's "Hadoop: The Definitive Guide" by Tom White. Follow the https://github.com/tomwhite/hadoop-book/tree/master/ch02- mr-intro 3. We will write a word count program (java) to count the frequency of each word in a input file wordcount.txt. 4. Build a JAR file. Run your map-reduce job. Download the output. 5. Submit the following in a one tar or zip file: - Java code Source files in one directory (src/main/java/... structure) - Build info pom.xml file used for maven and we'll expand this during the class - Program outputs Extracted from HDFS