This document proposes a log analysis system called HMR Log Analyzer that uses Hadoop MapReduce to analyze large volumes of web application log files in parallel. It discusses how Hadoop Distributed File System stores and distributes log files across nodes for fault tolerance. The system first pre-processes logs to clean and organize the data before applying the MapReduce algorithm. MapReduce jobs break the analysis into map and reduce phases to efficiently process logs in parallel and generate summarized results like page view counts. The system provides an interface for users to query and visualize results.