This tutorial demonstrates a MapReduce job that counts log levels in a semi-structured log file. The tutorial contains 5 tasks: 1) access the Hortonworks sandbox, 2) create a MapReduce job that extracts log levels from logs and counts them, 3) import sample log data into HDFS, 4) run the MapReduce job, and 5) examine the output which contains counted log levels.